-
Notifications
You must be signed in to change notification settings - Fork 12k
webpack-dev-server not detecting file changes #2833
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
Note, I also did these, without any effect:
|
Found the issue. I generated the components using a command like this:
(note case of the path and filenames) but updates
|
@Brocco can you have a look? If we generate files lowercase, the imports should be lowercase as well. |
To clarify, this issue is closed because there isn't anything else to be done on the CLI side. We fixed If you still have the wrong capitalization (e.g. |
It's worked. Thank you very much |
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?
Versions.
$ ng version
angular-cli: 1.0.0-beta.15
node: 6.6.0
os: darwin x64
$ node --version
v6.6.0
Repro steps.
Have been developing this angular-cli app for weeks. To my knowledge, I did not change any module versions or anything.
I recently added a bunch of new components and WDS has stopped detecting changes and does not reload.
ng serve does detect changes and recompiles (see log below), but in browser console, WDS says:
The log given by the failure.
ng serve:
WDS:
Mention any other details that might be useful.
When this stopped working I installed watchman (with brew), but that didn't seem to make any difference.
The text was updated successfully, but these errors were encountered: