5 Commits

Author SHA1 Message Date
Charles Lyding
c787091881 feat(@angular/cli): add index html plugin 2018-02-23 21:20:36 +00:00
Henrik Vendelbo
e502f52948 fix(@angular/cli): guard against scripts without a src attribute
If a script is inline it has no src attribute. The build should not
fail on looking for CSS scripts due to inline scripts.
2018-01-31 14:36:15 +00:00
Dcalsky
6b115dc2d6 fix(@angular/cli): fix problem of SuppressPlugin in case entryFiles type is string (#7393)
The type of entryFiles from entryPoint is array in webpack official suggested, but actually it could be string. The error caused by `every` method which is only invoked by array, however entryFiles is a string. Solution: if entryFiles is not array, make it as an array which includes just a single string element.
2017-08-17 14:40:42 -04:00
Filipe Silva
78313b3148 fix(@angular/cli): use default .map filename (#4742)
Fix #4741

BREAKING CHANGE: sourcemaps now are always [filename].map (e.g `main.bundle.js.map` instead of `main.bundle.map`).
2017-02-16 17:01:43 -08:00
Hans
601f9b38f8 feat(@angular/cli): move angular-cli to @angular/cli (#4328)
This release is otherwise identical to beta.28.
2017-02-01 18:19:50 -08:00