We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
In the docs it says:
This plugin allows you to run any shell commands before or after webpack builds. This will work for both webpack and webpack-dev-server.
maybe it could specify it works with webpack --watch too?
webpack --watch
The text was updated successfully, but these errors were encountered:
Well, it doesn't actually seem to work more than once with --watch, so I'd consider ensuring it does before adding that information.
Sorry, something went wrong.
I can confirm that it does not work with --watch.This is a big limitation.
--watch
Old issue I know but may help new users, it seems you have to use onBuildExit see comment
onBuildExit
No branches or pull requests
In the docs it says:
maybe it could specify it works with
webpack --watch
too?The text was updated successfully, but these errors were encountered: