mirror of
https://github.com/scm-manager/scm-manager.git
synced 2026-05-07 01:46:56 +02:00
Split frontend code by routes (#1955)
Split large frontend components into own bundles. This way we decrease loading times and load the bundles right as they are used. We replace SystemJS with our own implementation to load the lazy modules right as there are required. Co-authored-by: Sebastian Sdorra <sebastian.sdorra@cloudogu.com>
This commit is contained in:
@@ -28,7 +28,8 @@
|
||||
},
|
||||
"devDependencies": {
|
||||
"@scm-manager/eslint-config": "^2.12.0",
|
||||
"@scm-manager/prettier-config": "^2.10.1"
|
||||
"@scm-manager/prettier-config": "^2.10.1",
|
||||
"webpack-bundle-analyzer": "^4.5.0"
|
||||
},
|
||||
"eslintConfig": {
|
||||
"extends": "@scm-manager/eslint-config",
|
||||
|
||||
Reference in New Issue
Block a user