Skip to content

Commit

Permalink
Fix CSS font-face minification (#8106)
Browse files Browse the repository at this point in the history
  • Loading branch information
sidonaldson authored and ianschmitz committed Dec 9, 2019
1 parent 0b293e9 commit 0327d89
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/react-scripts/config/webpack.config.js
Expand Up @@ -269,6 +269,9 @@ module.exports = function(webpackEnv) {
}
: false,
},
cssProcessorPluginOptions: {
preset: ['default', { minifyFontValues: { removeQuotes: false } }]
}
}),
],
// Automatically split vendor and commons
Expand Down

0 comments on commit 0327d89

Please sign in to comment.