I have installed the package using the docs and just using the component. I am getting below error in terminal:
./node_modules/react-d3-speedometer/dist/react-d3-speedometer.es.js 841:60
Module parse failed: Unexpected token (841:60)
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.
| n[l.message] = !0;
| var h = s ? s() : '';
> t('Failed ' + a + ' type: ' + l.message + (h ?? ''));
| }
| }
^C
I have installed the package using the docs and just using the component. I am getting below error in terminal:
My webpack config:
.babelrc file:
My package.json file:
What could be the issue?