瀏覽代碼

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 3 年之前
父節點
當前提交
1ec4913add
No account linked to committer's email address
共有 1 個文件被更改,包括 1 次插入0 次删除
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js 查看文件

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

Loading…
取消
儲存