Skip to content
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

Restart webpack on configuration change #7184

Open
Artur- opened this issue Dec 17, 2019 · 0 comments
Open

Restart webpack on configuration change #7184

Artur- opened this issue Dec 17, 2019 · 0 comments

Comments

@Artur-
Copy link
Member

Artur- commented Dec 17, 2019

Whenever I edit webpack.config.js I currently need to restart everything. This takes a long time when all that would be needed is to restart the webpack dev server.

There are lengthy discussions about this in multiple webpack issues:

The conclusion is apparently that webpack could support it some day and right now you can use something like

nodemon --watch webpack.config.js --exec webpack-dev-server --content-base app/
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

2 participants