-
Notifications
You must be signed in to change notification settings - Fork 4
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
Example using this with a webpack #2
Comments
Getting error |
If I try to load module like
then some errors in build process like
in
currently using
|
P.S. https://github.com/jacobp100/es-css-modules/blob/master/rollup.config.js#L5
|
Related? babel/babel#5893 |
I'm not sure this can be run with webpack to be honest, but feel free to try and prove me wrong! It gets its own dependency graph, and generates files that are used by webpack. It was really intended to be run before webpack. Hope this helps! |
Trying this to integrate this in webpack3. Is it posible?
Could you please provide an example
The text was updated successfully, but these errors were encountered: