Browse Source

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: https://github.com/go-gitea/gitea/pull/15333
tags/v1.14.0
silverwind 4 years ago committed by GitHub
parent
commit
1ec4913add
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
  1. 1
      webpack.config.js

1
webpack.config.js

@ -95,6 +95,7 @@ module.exports = {
discardComments: { discardComments: {
removeAll: true, removeAll: true,
}, },
colormin: false,
}, },
], ],
}, },

Loading…
Cancel
Save