Error: Cannot resolve module ‘style’ in webpack
Hello,
Module not found: Error: Cannot resolve module 'style' in
...
...
You probably have a require("!style!css!./css/style.css");
somewhere in your javascript files and webpack doesn’t find the style-loader
plugin.
To solve this run
npm install --save-dev style-loader
Thank you
thank u. 20161221
thankU!!!!