Bläddra i källkod

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 år sedan
förälder
incheckning
1ec4913add
Inget konto är kopplat till bidragsgivarens mejladress
1 ändrade filer med 1 tillägg och 0 borttagningar
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Visa fil

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

Laddar…
Avbryt
Spara