We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
Testing with webpack v4.0.1 :
{ test: /\.css$/, use: [ MiniCssExtractPlugin.loader, { loader: 'css-loader', options: { modules: true } } ] }
When requiring css file, it always get empty object:
const styles = require('xxx.css'); // always get {} even it is not.