webpack-run-after-build-plugin
TypeScript icon, indicating that this package has built-in type declarations

0.0.1 • Public • Published

webpack-run-after-build-plugin

Webpack plugin for doing anything after build is complete

Usage

module.exports = {
    ...,
    plugins = [
        // ... Your plugins,
        new RunAfterBuildPlugin(() => {
            console.log('Files are ready to use!');
            doSomeThings();
        })
    ]

Readme

Keywords

none

Package Sidebar

Install

npm i webpack-run-after-build-plugin

Weekly Downloads

2,319

Version

0.0.1

License

ISC

Unpacked Size

1.68 kB

Total Files

4

Last publish

Collaborators

  • frux