run-script-webpack-plugin
run-script-webpack-plugin copied to clipboard
Automatically run your script once Webpack's build completes.
These features would be really nice to have: - Wait till process stopped during restart - Kill process with SIGKILL if it didn't stop during timeout Example: ````typescript import {ChildProcess,...
#20 related > Ideally, the code would be smart enough to detect that HMR is in use, but at the minimum, there should be documentation present regarding the autoRestart flag.
Need to create a changelog file or description on the release tag, so it easier to track what the changes happen so far
Add some tests for a package for easier bug fixes. Usecases, ways to test, etc
it looks like it does not enable colors when running the script how to enable it ?