Skip to content

Commit b62bd8e

Browse files
authored
Disable cssnano's colormin plugin (#15347)
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 e8693eb commit b62bd8e

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
@@ -93,6 +93,7 @@ export default {
9393
discardComments: {
9494
removeAll: true,
9595
},
96+
colormin: false,
9697
},
9798
],
9899
},

0 commit comments

Comments
 (0)