webpack-shell-plugin
webpack-shell-plugin copied to clipboard
Run shell commands either before or after webpack builds
[webpack-cli] TypeError: compiler.plugin is not a function at WebpackShellPlugin.apply (E:\xampp\htdocs\transTest\node_modules\webpack-shell-plugin\lib\index.js:236:16) at createCompiler (E:\xampp\htdocs\transTest\node_modules\webpack\lib\webpack.js:73:12) at create (E:\xampp\htdocs\transTest\node_modules\webpack\lib\webpack.js:134:16) at webpack (E:\xampp\htdocs\transTest\node_modules\webpack\lib\webpack.js:142:47) at WebpackCLI.f [as webpack] (E:\xampp\htdocs\transTest\node_modules\webpack\lib\index.js:58:16) at WebpackCLI.createCompiler (E:\xampp\htdocs\transTest\node_modules\webpack-cli\lib\webpack-cli.js:2191:23) at async WebpackCLI.runWebpack...
On windows, long running development processes cause max buffer error, see https://github.com/1337programming/webpack-shell-plugin/issues/65
When I try to run `npm run dev` Executing pre-build scripts stderr error php artisan view:clear: /bin/sh: php: not found file webpack.mix.js (laravel project) 
On Windows with most recent package version, I am getting a buffer stdout error: ``` [SERVICES] Error: stdout maxBuffer exceeded [SERVICES] at Socket.onChildStdout (child_process.js:328:14) [SERVICES] at emitOne (events.js:121:20) [SERVICES] at...
WebpackShellPlugin is causing a warning with Webpack 4. When I run `node --trace-deprecation ./node_modules/.bin/webpack`I get this: ``` (node:83992) DeprecationWarning: Tapable.plugin is deprecated. Use new API on `.hooks` instead at WebpackShellPlugin.apply...
Something that this plugin uses is deprecated, according to this issue: https://github.com/webpack/webpack/issues/6568#issuecomment-377491754 > Open an issue on the plugin's (or loader's) repository and include the stacktrace so its author could...
I have no idea how to debug this. The command fired (`sh config/cordova.sh ./mobile ./build/user/index.html `) runs fine if fired in the shell after the build. Furthermore: sometime this happens,...
When executing a command with output redirection or piping, the precedence isn't respected. (I think I can give a better explanation with an example). When running `echo "Hello" > ./world.txt`...
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...
Bumps [eslint](https://github.com/eslint/eslint) from 2.13.1 to 6.6.0. Release notes *Sourced from [eslint's releases](https://github.com/eslint/eslint/releases).* > ## v6.6.0 > * [`39dfe08`](https://github.com/eslint/eslint/commit/39dfe0880fa934e287e8ea1f7b56d5cba8d43765) Update: false positives in function-call-argument-newline (fixes [#12123](https://github-redirect.dependabot.com/eslint/eslint/issues/12123)) ([#12280](https://github-redirect.dependabot.com/eslint/eslint/issues/12280)) (Scott O'Hara) > *...