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

ENHANCEMENT: nodemon-like rs command in watch mode #1863

Closed
jlchereau opened this issue Jan 7, 2016 · 1 comment
Closed

ENHANCEMENT: nodemon-like rs command in watch mode #1863

jlchereau opened this issue Jan 7, 2016 · 1 comment

Comments

@jlchereau
Copy link

Like webpack, nodemon uses chokidar to watch file changes. Nevertheless, there are scenarios where chokidar does not trigger file changes (I am experiencing one with a custom webpack plugin that converts nodeJS server side i18n JSON resource files into client side JS files - rebuild is not triggered in watch mode when JSON files are modified).

nodemon has an "rs" command that forces a restart. It would be nice to have the same in webpack watch mode.

@bebraw
Copy link
Contributor

bebraw commented Dec 24, 2016

Moved to webpack/webpack-cli#12 . Track there. Thanks.

@bebraw bebraw closed this as completed Dec 24, 2016
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