You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/react-pivot/index.jsx 124:6
Module parse failed: Unexpected token (124:6)
You may need an appropriate loader to handle this file type, currently no loaders are configured to process this file. See https://webpack.js.org/concepts#loaders
|
| var html = (
> <div className='reactPivot'>
|
| { this.props.hideDimensionFilter ? '' :
When I install and compile I am getting this webpack error, what shoul I do?
I also tried the suggestions in this link, https://github.com/babel/babel-loader/issues/173
my webpack.config.json file as follows
The text was updated successfully, but these errors were encountered: