hello, i got transpiling error below on my react app configured with react-app-rewired
Module parse failed: Unexpected token (2126:11)
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.
| }
| class Q {
> _config;
| hashHistory;
| constructor({
i have tried adding some babel plugins in config-overrides.js
hello, i got transpiling error below on my react app configured with react-app-rewired
i have tried adding some babel plugins in
config-overrides.js
and include them in .babelrc plugins list
here are some devDependencies that might be useful
pubnub version:
"^8.1.0"
node version:v18.20.2
can anyone please help figuring this out?