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:
Kristaps Fabians Geikins
2022-04-13 10:21:24 +03:00
committed by GitHub
parent 728851700a
commit e8869e210c
32 changed files with 64760 additions and 56927 deletions
+1
View File
@@ -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: