mirror of
https://github.com/go-gitea/gitea
synced 2025-07-22 18:28:37 +00:00
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>
This commit is contained in:
@@ -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: {
|
||||
|
Reference in New Issue
Block a user