1.0.1 • Published 5 years ago

webpack-done-plugin v1.0.1

Weekly downloads
2
License
ISC
Repository
github
Last release
5 years ago

webpack-done-plugin

USE

if (env == 'p') {
    plugins.push(
        new WebpackDonePlugin({
            cb(results) {
                // after webpack build, this command will execute
                execSync('npm run copy')
            }
        })
    )
}
1.0.1

5 years ago

1.0.0

5 years ago