We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 32eebfe commit cc36849Copy full SHA for cc36849
packages/react-scripts/config/webpack.config.prod.js
@@ -310,7 +310,7 @@ module.exports = {
310
// Adds support for CSS Modules (https://github.com/css-modules/css-modules)
311
// using the extension .module.css
312
{
313
- test: cssRegex,
+ test: cssModuleRegex,
314
loader: getStyleLoaders({
315
importLoaders: 1,
316
minimize: true,
0 commit comments