live reload breaks webpack when using typings (in lazy loaded module) #5266
Labels
freq1: low
Only reported by a handful of users who observe it rarely
severity3: broken
type: bug/fix
OS?
El Capitan
Versions.
@angular/cli: 1.0.0-rc.0
Repro steps.
Add typings to the project as follows:
package.json:
typings.json:
src/tsconfig.app.json:
Then (regardless wether the typings are used in the project or not):
ng serve
-> 👍 worksThe log given by the failure.
Mention any other details that might be useful.
typings install
The text was updated successfully, but these errors were encountered: