Skip to content

yiyu-liao/shell-script-webpack-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

1 Commit
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

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

About

No description, website, or topics provided.

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published