Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Webpack finish bundle without errors with css-loader 0.26.4.
After update to 0.27.0 webpacking finished with error:
ERROR in ./~/convert-source-map/index.js
Module not found: Error: Can't resolve 'fs' in 'C:\Projects\project_name\node_modules\convert-source-map'
@ ./~/convert-source-map/index.js 2:9-22
@ ./~/css-loader/lib/css-base.js
If the current behavior is a bug, please provide the steps to reproduce.
- Update css-loader from
0.26.4 to 0.27.0 version
- Run webpack to build
What is the expected behavior?
Works without error
Please mention other relevant information such as your webpack version, Node.js version and Operating System.
Windows 8.1
Node.js 7.7.2
Webpack 2.2.1
Do you want to request a feature or report a bug?
Bug
What is the current behavior?
Webpack finish bundle without errors with css-loader
0.26.4.After update to
0.27.0webpacking finished with error:If the current behavior is a bug, please provide the steps to reproduce.
0.26.4to0.27.0versionWhat is the expected behavior?
Works without error
Please mention other relevant information such as your webpack version, Node.js version and Operating System.
Windows 8.1
Node.js 7.7.2
Webpack 2.2.1