We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent dd0df73 commit e530598Copy full SHA for e530598
packages/react-scripts/config/webpack.config.js
@@ -531,7 +531,7 @@ module.exports = function(webpackEnv) {
531
exclude: sassModuleRegex,
532
use: getStyleLoaders(
533
{
534
- importLoaders: 2,
+ importLoaders: 3,
535
sourceMap: isEnvProduction && shouldUseSourceMap,
536
},
537
'sass-loader'
@@ -548,7 +548,7 @@ module.exports = function(webpackEnv) {
548
test: sassModuleRegex,
549
550
551
552
553
modules: {
554
getLocalIdent: getCSSModuleLocalIdent,
0 commit comments