-
Notifications
You must be signed in to change notification settings - Fork 12
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
Compiling error #1
Comments
Hello! Thanks for letting me know! An interesting coincidence, I have just pushed the major update of react-xmasonry to version Regarding to your question:What you do by using exclude: /node_modules/, option is telling WebPack to not to transpile any code inside The
Because of you using WebPack, which picks package.module property up, it tries to load So you have 2 options here:
The preferred option is always the first one, because:
Hope this helps, let me know! |
Thanks for quick response. I will definitely new version. Also, I discovered better webpack configuration so babel will not try to transpile all dependencies in node_modules directory.
Thanks for help and grate library. Looks very promissing. |
Thank you! Your solution definitely make sense in case of |
Hi, I try to add your library to my project but got error in building
In my webapck config i resolve jsx like
Do you have any idea why i am getting this error and how to fix it?
The text was updated successfully, but these errors were encountered: