I'm using a js library that seems to use optional chaining that the loader can't handle. Anyone got some insight as to how to resolve this issue?
Module parse failed: Unexpected token (9109:15)
File was processed with these loaders:
* ./node_modules/babel-loader/lib/index.js
You may need an additional loader to handle the result of these loaders.
|
| function $s(e, t) {
> return !!e?.find(e => fs(e, t));
| }
|
Thanks for any help!
WarrenBelz
85
Most Valuable Professional
Michael E. Gernaey
65
Super User 2025 Season 1
mmbr1606
55
Super User 2025 Season 1