diff options
author | silverwind <me@silverwind.io> | 2021-05-07 21:12:37 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-05-07 15:12:37 -0400 |
commit | 4900881924b3762e10b01d67565035faf7cb02da (patch) | |
tree | 1608d7f7bb9a29614d9e36b4e63dd2930320ac01 /package.json | |
parent | a4c13229b7e8db2f8eaf628d1f0d67836c782ea2 (diff) | |
download | gitea-4900881924b3762e10b01d67565035faf7cb02da.tar.gz gitea-4900881924b3762e10b01d67565035faf7cb02da.zip |
Use esbuild to minify CSS (#15756)
It's about a 30% speedup in webpack build time with neglible differences
in the output size. We do lose the ability for CSS source maps, but I
rarely have a use for them anyways.
Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Co-authored-by: 6543 <6543@obermui.de>
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 2 |
1 files changed, 0 insertions, 2 deletions
diff --git a/package.json b/package.json index b23e27309f..1241db72d5 100644 --- a/package.json +++ b/package.json @@ -12,7 +12,6 @@ "clipboard": "2.0.8", "codemirror": "5.61.0", "css-loader": "5.2.4", - "css-minimizer-webpack-plugin": "2.0.0", "dropzone": "5.9.2", "easymde": "2.14.0", "esbuild-loader": "2.12.0", @@ -28,7 +27,6 @@ "mini-css-extract-plugin": "1.5.0", "monaco-editor": "0.23.0", "monaco-editor-webpack-plugin": "3.0.1", - "postcss": "8.2.12", "pretty-ms": "7.0.1", "sortablejs": "1.13.0", "swagger-ui-dist": "3.47.1", |