Quellcode durchsuchen

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 vor 3 Jahren
Ursprung
Commit
1ec4913add
Es ist kein Account mit der E-Mail-Adresse des Committers verbunden
1 geänderte Dateien mit 1 neuen und 0 gelöschten Zeilen
  1. 1
    0
      webpack.config.js

+ 1
- 0
webpack.config.js Datei anzeigen

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

Laden…
Abbrechen
Speichern