diff options
author | silverwind <me@silverwind.io> | 2020-08-22 03:23:03 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2020-08-21 21:23:03 -0400 |
commit | 9b804f4ed46c22a0859fc1646ef1a40b694c6f88 (patch) | |
tree | c75650c0813f61fd909b82d56ddeed1e6811a2d9 /package.json | |
parent | d461591aacce94bffca50bf486a1e3a679459bea (diff) | |
download | gitea-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.json | 1 |
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", |