mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-18 20:02:40 +08:00
Previusly this option didn't have an effect on platform server because when targetting commonjs all chunks will be concatenated into main.js. We now changed the module to esnext, which enables us to have lazy loading on the server.
Angular Webpack Build Facade
WIP