You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
ERROR in ./node_modules/css-loader??ref--1-1!./src/style/AlbumDetail.css
[1] Module not found: Error: Can't resolve '~basscss/css/basscss.css' in '/mnt/c/Users/ridhwaan/Source/homehost/client/src/styl
e'
[1] @ ./node_modules/css-loader??ref--1-1!./src/style/AlbumDetail.css 3:10-96
[1] @ ./src/style/AlbumDetail.css
[1] @ ./src/components/AlbumDetail.js
[1] @ ./src/components/Grid.js
[1] @ ./src/pages/Music.js
[1] @ ./src/App.js
[1] @ ./src/index.js
[1] @ multi ./node_modules/webpack-dev-server/client?http://localhost:8080 webpack/hot/dev-server ./src/index.js
[1]
If the current behavior is a bug, please provide the steps to reproduce.
Run webpack and webpack-dev-server --inline --hot to reproduce crash
What 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)/, under test: /\.js$/, in webpack.config.js/?
Please mention other relevant information such as the browser version, Node.js version, webpack version, and Operating System.
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
The text was updated successfully, but these errors were encountered: