-
Notifications
You must be signed in to change notification settings - Fork 12k
live reload breaks webpack when using typings (in lazy loaded module) #5266
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Comments
One more note: |
Same here i'm using node v6.10.0 , @emreavsar any workarounds you have found ?? |
Could you give some feedback if this problem is still an issue? |
Thanks for reporting this issue. This issue is now obsolete due to changes in the recent releases. Please update to the most recent Angular CLI version. If the problem persists after upgrading, please open a new issue, provide a simple repository reproducing the problem, and describe the difference between the expected and current behavior. |
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
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: