diff options
author | silverwind <me@silverwind.io> | 2020-03-07 13:54:44 +0100 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-03-07 14:54:44 +0200 |
commit | 0c2148c037c4bc23a802c7a5580e3fed336ebe3e (patch) | |
tree | 144b841c43a27f58ed54f2f87995f72b3e76d6da /package.json | |
parent | a5281895c71971e5ad4565445a17374e395aafa2 (diff) | |
download | gitea-0c2148c037c4bc23a802c7a5580e3fed336ebe3e.tar.gz gitea-0c2148c037c4bc23a802c7a5580e3fed336ebe3e.zip |
Workaround fomantic build issue (#10655)
This blows up the fomantic CSS by around 500kB, but I see no other way.
Ref: https://github.com/go-gitea/gitea/issues/10653
Diffstat (limited to 'package.json')
-rw-r--r-- | package.json | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json index 4a2a75460f..2a6764f211 100644 --- a/package.json +++ b/package.json @@ -24,6 +24,7 @@ "@babel/preset-env": "7.8.4", "@babel/runtime": "7.8.4", "babel-loader": "8.0.6", + "copy-webpack-plugin": "5.1.1", "core-js": "3.6.4", "css-loader": "3.4.2", "cssnano": "4.1.10", |