diff options
author | silverwind <me@silverwind.io> | 2021-10-19 09:23:58 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2021-10-19 15:23:58 +0800 |
commit | eaf493be5d01332966f983f6d83ad515cfdec7bf (patch) | |
tree | 5aea624ec91246bf83cb167a41ed7c522f0db26f /webpack.config.js | |
parent | e2a59c57fc1dcaecddc8d8dbf27d551c92dda101 (diff) | |
download | gitea-eaf493be5d01332966f983f6d83ad515cfdec7bf.tar.gz gitea-eaf493be5d01332966f983f6d83ad515cfdec7bf.zip |
Update JS dependencies (#17357)
* Update JS dependencies
- Upgrade to eslint 8 and add new plugin rules
- Adapt to various API changes
- Rebuild SVGs
* fix webpack warning on license
* order options alphabetically
Co-authored-by: Lunny Xiao <xiaolunwen@gmail.com>
Diffstat (limited to 'webpack.config.js')
-rw-r--r-- | webpack.config.js | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/webpack.config.js b/webpack.config.js index 1839cf11eb..2224ad6eda 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -216,6 +216,9 @@ export default { override: { 'jquery.are-you-sure@*': {licenseName: 'MIT'}, }, + ignore: [ + 'font-awesome', + ], }) : new AddAssetPlugin('js/licenses.txt', `Licenses are disabled during development`), ], performance: { |