-
Notifications
You must be signed in to change notification settings - Fork 205
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
to consolidate working react-flexbox-grid webpack configs (from different boilerplates) #26
Comments
I'm working on it 😉 I wanted an excuse to learn more about webpack loaders anyway. |
There's a problem with the Babel configuration, user's I'm not sure how to deal with this. Should this configuration strictly be in the webpack configuration, rather than a separate |
This only happens when you compile |
@roylee0704 what do you mean exactly by "consolidate from different boilerplates"? Just so we're on the same page. |
universal-react clone->npm install->start it not works fine ,error : /home/fanfree/dev/test/universal-react/node_modules/flexboxgrid/dist/flexboxgrid.css:1 3ks for you help |
I have this error too. It's because I use server side rendering of the app. Node doesn't know how to handle css. |
When ever I'm testing files that import components using flexboxgrid, I get the same error @hellereye is getting. Any advice on how to fix the problem? |
+1 on @hellereye error |
+1, @IrvingAxelB how did you solve it? |
As the error in my case was with jest, this is how i solved it: jest configuration:
Then I had an error with es2015-loose so I update package files using #105 |
Seems like an obvious solution to this problem is to run this library through webpack before publishing. Then consumers don't have to worry about setting up their build environment to deal with css-modules. |
to consolidate working react-flexbox-grid webpack configs (from different boilerplates).
List of frameworks to support: (to be updated from time to time)
The text was updated successfully, but these errors were encountered: