-
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 #23
Comments
I'm not familiar with webpack either, but I'm guessing that it's having trouble with the html tags in the jsx file. I'd recommend looking into how to set up https://babeljs.io/ with webpack or just use http://browserify.org/ which should just work. |
Yes you are right - let me close this as this has probably nothing to do with your library, sorry about that |
@nicolas-despres can you share how you have webpack setup with babel to get react-pivot working? I'm getting the same error you were. |
I'm having this same problem, has anyone found a way to make it work? |
Sorry I have not yet
|
I'm having the same problem and I have a lot components working with jsx but the only one failing is index.jsx from your package. Anyone know how solve it? |
see my answer on #47 |
Hi,
It is probably related to my yet limited knowlegde of weback but I installed this repo using npm and added
As I am using ES6 in my project.
When I run my build I have the following error occuring:
I did the same process with other libraries and did not have such error message.
Thanks in advance
The text was updated successfully, but these errors were encountered: