Alan Agius bd789f5dd6 refactor(@angular-devkit/build-angular): remove deprecation of namedChunks
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.
2020-04-02 10:25:04 -07:00
..

Angular Webpack Build Facade

WIP