aboutsummaryrefslogtreecommitdiffstats
path: root/package.json
diff options
context:
space:
mode:
authorsilverwind <me@silverwind.io>2020-08-22 03:23:03 +0200
committerGitHub <noreply@github.com>2020-08-21 21:23:03 -0400
commit9b804f4ed46c22a0859fc1646ef1a40b694c6f88 (patch)
treec75650c0813f61fd909b82d56ddeed1e6811a2d9 /package.json
parentd461591aacce94bffca50bf486a1e3a679459bea (diff)
downloadgitea-9b804f4ed46c22a0859fc1646ef1a40b694c6f88.tar.gz
gitea-9b804f4ed46c22a0859fc1646ef1a40b694c6f88.zip
Speed up licenses.txt build during development, add additionalModules (#12510)
- Emit static string for licenses.txt during development for faster builds - Manually add @primer/octicons to licenses.txt because it's never directy imported. Co-authored-by: Lauris BH <lauris@nix.lv> Co-authored-by: techknowlogick <techknowlogick@gitea.io>
Diffstat (limited to 'package.json')
-rw-r--r--package.json1
1 files changed, 1 insertions, 0 deletions
diff --git a/package.json b/package.json
index 983ec0edcf..3b5ba482ee 100644
--- a/package.json
+++ b/package.json
@@ -11,6 +11,7 @@
"@babel/runtime": "7.11.2",
"@claviska/jquery-minicolors": "2.3.5",
"@primer/octicons": "10.0.0",
+ "add-asset-webpack-plugin": "1.0.0",
"babel-loader": "8.1.0",
"clipboard": "2.0.6",
"core-js": "3.6.5",