瀏覽代碼

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 年之前
父節點
當前提交
b62bd8e7c0
沒有連結到貢獻者的電子郵件帳戶。
共有 1 個檔案被更改,包括 1 行新增0 行删除
  1. 1
    0
      webpack.config.js

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

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

Loading…
取消
儲存