css-modules / webpack-demo

Working demo of CSS Modules, using Webpack's css-loader in module mode
https://css-modules.github.io/webpack-demo/
1.49k stars 180 forks source link

Fix in README for Webpack2 #35

Open fahad19 opened 7 years ago

fahad19 commented 7 years ago

Tried to follow the instructions in README, and got this error:

ERROR in ./path/to/index.js
Module not found: Error: Can't resolve 'style' in '/path/to/project'
BREAKING CHANGE: It's no longer allowed to omit the '-loader' suffix when using loaders.
                 You need to specify 'style-loader' instead of 'style',
                 see https://webpack.js.org/guides/migrating/#automatic-loader-module-name-extension-removed

Renaming style to style-loader worked for me.

diegofaria commented 7 years ago

The PR #34 is already trying to fix this.