Skip to content

mishazawa/webpack-pre-post-plugin

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

7 Commits
 
 
 
 
 
 
 
 
 
 

Repository files navigation

webpack-pre-post-plugin

Execute shell commands on each compilation (before and after).

Install

npm i -D webpack-pre-post-plugin

Use

const PrePostPlugin = require('webpack-pre-post-plugin');

// ...webpack config file...

  plugins: [
    new PrePostPlugin({
      pre: ['echo "Webpack Start"'],
      post: ['echo "Webpack End"']
    })
  ],

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published