mirror of
https://github.com/angular/angular-cli.git
synced 2025-05-19 12:34:32 +08:00
Since when having differential loading we already know which files originated from which build. We shouldn't need to merge and transform this data. With this change, the index generator accepts a couple of new inputs. 1. `files` - used for Js and CSS files which require nomodule nor module attributes 2. `moduleFiles` - Js files that need to have a `module` attribute 3. `noModuleFiles` - Js files that need to have a `nomodule` attribute 4. `entrypoints` - used to sort the insertion of files in the HTML file
Angular Webpack Build Facade
WIP