-
-
Notifications
You must be signed in to change notification settings - Fork 606
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
Webpack css-loader failing at @import '~node_module/path/to/css.css' #697
Comments
@ridhwaans Could you hack around this by removing |
Released in |
@michael-ciniawsky was the change tested? the error seems to persist *EDIT (tested with
EDIT sorry i made a typo |
I tested it with this
Missing Could you test if this small reproduction example works for you (on windows) ?
Otherwise please provide more info a about your setup and provide a more 'advanced ' reproduction repo please |
@michael-ciniawsky works on macOS but not Ubuntu 12.04 for me. |
Do you want to request a feature or report a bug?
bug
What is the current behavior?
In my
client/src/style/AlbumDetail.css
, I haveWebpack crashes and returns
If the current behavior is a bug, please provide the steps to reproduce.
Run
webpack
andwebpack-dev-server --inline --hot
to reproduce crashWhat is the expected behavior?
Webpack should look at node_modules and resolve css
If this is a feature request, what is motivation or use case for changing the behavior?
css-loader fails to resolve node_module css.
Is it failing because I have
exclude: /(node_modules|bower_components)/,
undertest: /\.js$/,
inwebpack.config.js
/?Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.
my webpack.config.js
This issue was moved from webpack/webpack#6772 by @ooflorent. Original issue was by @ridhwaans.
The text was updated successfully, but these errors were encountered: