-
-
Notifications
You must be signed in to change notification settings - Fork 27k
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
Importing external CSS goes kaboom #103
Comments
The default config resolves CSS files only located in your You can solve this by ejecting the config and removing the line or put another loader for external CSS. |
@glennreyes sure that's a fine work around but it seems like it'd be nice to resolve CSS from node_modules as well. ¯_(ツ)_/¯ |
@glennreyes I think we can just remove that also cc @gaearon to double check. :) |
@keyanzhang Sure 😉 |
Thanks @glennreyes! |
@glennreyes @keyanzhang 🎉 Yey! Thanks! |
Should be fixed in 0.2.0 alpha. Please help us test it! #190 |
Tested in 0.2.0 alpha and this worked as expected. 🌞 |
FWIW alpha is now stable so newly created projects will just work with this, and old projects can be updated to |
When I installed hack and then tried importing it I get the following error. 💥💥💥
Feel free to close if this just isn't how create-react-app is intended to be used but I could see others being bit by this as well so hence the issue.
The text was updated successfully, but these errors were encountered: