You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In this example, src/app/event/event-detail/event-detail.service.ts and src/app/event/event-detail/event-detail.ts were moved or deleted.
It seems like this may just be an issue with webpack, but I don't find this issue in a few different searches so I'm wondering if it's an issue with this seed.
How should I go about debugging this? It's not reasonable to have to restart webpack every time I check out a different branch.
The text was updated successfully, but these errors were encountered:
There is a (new) discussion in the webpack-cli issues about if "watching" a webpack config file for changes and reloading it should be added as a feature: webpack/webpack-cli#15
Until then, using the "nodemon trick" to restart webpack-dev-server after a file change will work fine. See here for that trick: webpack/webpack-dev-server#440 (comment)
If I move or rename a module, webpack throws errors about how it can't find the moved module.
In this example,
src/app/event/event-detail/event-detail.service.ts
andsrc/app/event/event-detail/event-detail.ts
were moved or deleted.It seems like this may just be an issue with webpack, but I don't find this issue in a few different searches so I'm wondering if it's an issue with this seed.
How should I go about debugging this? It's not reasonable to have to restart webpack every time I check out a different branch.
The text was updated successfully, but these errors were encountered: