We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
css-loader now has config for automatically enabling CSS modules for .module.{ext} files:
createLoader(name('css'), { loader: require.resolve('css-loader'), options: { // Apply postcss-loader to @imports importLoaders: 1, }, + // Automatically enable css modules for .module.{ext} files + modules: {auto: true}, }),
Should we turn this on?
The text was updated successfully, but these errors were encountered:
Sure, please add it by default.
Sorry, something went wrong.
No branches or pull requests
css-loader now has config for automatically enabling CSS modules for .module.{ext} files:
Should we turn this on?
The text was updated successfully, but these errors were encountered: