-
Notifications
You must be signed in to change notification settings - Fork 150
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Module parse failed with webpack #31
Comments
I had to add the following loaders to my webpack.config.js
and will solve this problem. After that I had the same error but in a .css file used by index.jsx so had to add the following, in loaders too:
After this, I can render the component but with the following warning #32 |
Unfortunately, I don't use Happy to take a PR if there's anything simple to make |
@ayozebarrera Did you figure this out? The same error occurs to me and I'm using babel, webpack server and using ES6 in my complete project. I tried what you suggested in modifying webpack.config.js, but still no luck :( |
I added this line to my webpack.config.js |
Great @PrudhviRaj5. I had that query aswell but not on the same place |
Clossing Issue. |
Same as #23
I installed your package and has the following error
You may need an appropriate loader to handle this file type.
in react-pivot/index.jsxI have others components with jsx working well time ago... any solution?
The text was updated successfully, but these errors were encountered: