feat(frontend): build speed & chunk structure optimization (#690)
* feat(frontend): build speed & chunk structure optimization * fix: attempting to work around precommit inconsistent eslint config * chore(pre-commit config): ignore mocharc for eslint Co-authored-by: Gergő Jedlicska <gergo@jedlicska.com>
This commit is contained in:
committed by
GitHub
parent
728851700a
commit
e8869e210c
@@ -5,6 +5,7 @@ repos:
|
||||
- id: eslint
|
||||
types: [file]
|
||||
files: \.[jt]s$|vue$ # *.js, *.ts and vue
|
||||
exclude: 'mocharc.js$'
|
||||
args:
|
||||
- '--max-warnings=0'
|
||||
additional_dependencies:
|
||||
|
||||
Reference in New Issue
Block a user