Skip to content

Commit 1ec4913

Browse files
authored
Disable cssnano's colormin plugin (#15348)
It produces odd rgba values which also seem to cause issues in monaco's color parser where the scoll shadow went red for some reason. Regression by: #15333
1 parent 16e3402 commit 1ec4913

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

webpack.config.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -95,6 +95,7 @@ module.exports = {
9595
discardComments: {
9696
removeAll: true,
9797
},
98+
colormin: false,
9899
},
99100
],
100101
},

0 commit comments

Comments
 (0)