Browse Source

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: https://github.com/go-gitea/gitea/pull/15333
tags/v1.15.0-rc1
silverwind 3 years ago
parent
commit
b62bd8e7c0
No account linked to committer's email address
1 changed files with 1 additions and 0 deletions
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js View File

@@ -93,6 +93,7 @@ export default {
discardComments: {
removeAll: true,
},
colormin: false,
},
],
},

Loading…
Cancel
Save