diff options
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index aed3802af8..53d5538250 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -93,6 +93,7 @@ export default { discardComments: { removeAll: true, }, + colormin: false, }, ], }, |