mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-21 14:02:43 +08:00
With this change, lazy-loading on the server becomes enabled out of the box for new projects. This is because webpack will only split ES6 imports into separate chunks. However when using commonjs all lazy loaded paths will be concatenated into the main.js file.