Skip to content

Commit 0327d89

Browse files
sidonaldsonianschmitz
authored andcommitted
Fix CSS font-face minification (#8106)
1 parent 0b293e9 commit 0327d89

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

packages/react-scripts/config/webpack.config.js

+3
Original file line numberDiff line numberDiff line change
@@ -269,6 +269,9 @@ module.exports = function(webpackEnv) {
269269
}
270270
: false,
271271
},
272+
cssProcessorPluginOptions: {
273+
preset: ['default', { minifyFontValues: { removeQuotes: false } }]
274+
}
272275
}),
273276
],
274277
// Automatically split vendor and commons

0 commit comments

Comments
 (0)