webpack-shell-plugin-next
webpack-shell-plugin-next copied to clipboard
Run shell commands either before or after webpack 4 and 5 builds
Bumps [postcss](https://github.com/postcss/postcss) from 8.4.18 to 8.4.31. Release notes Sourced from postcss's releases. 8.4.31 Fixed \r parsing to fix CVE-2023-44270. 8.4.30 Improved source map performance (by @romainmenke). 8.4.29 Fixed Node#source.offset (by...
Bumps [word-wrap](https://github.com/jonschlinkert/word-wrap) from 1.2.3 to 1.2.4. Release notes Sourced from word-wrap's releases. 1.2.4 What's Changed Remove default indent by @mohd-akram in jonschlinkert/word-wrap#24 🔒fix: CVE 2023 26115 (2) by @OlafConijn in...
Hi, I am having trouble finding out the correct way to execute scripts _before_ each build (without --watch) **and** _before_ each `--watch` run. I tried `onBeforeBuild`, `onBuildStart` and `onWatchRun` which...
Implements & resolves **#23**. Usage is documented @ Readme ([**#1**](https://github.com/s00d/webpack-shell-plugin-next/pull/24/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R73), [**#2**](https://github.com/s00d/webpack-shell-plugin-next/pull/24/files#diff-b335630551682c19a781afebcf4d07bf978fb1f8ac04c6bf87428ed5106870f5R128-R132))
Hi, I have a webpack config with two child-configs (one for the frontend and one for the backend). In order to execute my onAfterDone-scripts in webpacks watch mode, I have...
Bumps [webpack](https://github.com/webpack/webpack) from 5.93.0 to 5.94.0. Release notes Sourced from webpack's releases. v5.94.0 Bug Fixes Added runtime condition for harmony reexport checked Handle properly data/http/https protocols in source maps Make...
Hi, I’m running some scripts with this plugin using the onBeforeBuild, onBuildStart, and onBuildEnd hooks on build process. I’ve noticed that the pre-build scripts execute multiple times regardless. I have...