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
Tried to follow the instructions in README, and got this error:
Renaming
style
tostyle-loader
worked for me.