forked from forgejo/forgejo
Update JS dependencies and eslint config (#21388)
- Update all JS dependencies and playwright image - Add new eslint rules, enable a few more, fix issues - Regenerate SVGs - Tested Vue and Swagger Co-authored-by: wxiaoguang <wxiaoguang@gmail.com>
This commit is contained in:
parent
a813c9d8f3
commit
7044d34ae5
10 changed files with 1437 additions and 1503 deletions
|
@ -261,7 +261,7 @@ export default {
|
|||
excludeAssets: [
|
||||
/^js\/monaco-language-.+\.js$/,
|
||||
!isProduction && /^js\/licenses.txt$/,
|
||||
].filter((item) => !!item),
|
||||
].filter(Boolean),
|
||||
groupAssetsByChunk: false,
|
||||
groupAssetsByEmitStatus: false,
|
||||
groupAssetsByInfo: false,
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue