Skip to content

Latest commit

 

History

History
28 lines (18 loc) · 444 Bytes

README.md

File metadata and controls

28 lines (18 loc) · 444 Bytes

Shell script Plugin

A webpack plugin to run shell script by trgger webpack compiler hooks

How to use 🤪?

install

npm i --save-dev shell-script-webpack-plugin

webpack config

const ShellScript = require('shell-script-webpack-plugin');

module.exports = {
    plugins: [new ShellScript({
        watchRun: 'your script'
    })]
}

link

webpack hooks