1.0.1 • Published 7 years ago

webpack-delay-plugin v1.0.1

Weekly downloads
2
License
MIT
Repository
github
Last release
7 years ago

Webpack Delay Plugin Build Status Code Climate

Options and Usage

All Options are optional, the default values are as followed:

const DelayPlugin = require('webpack-delay-plugin')

/* webpack config object */
module.exports = {
    ...
    plugins: [
        new DelayPlugin({
            delay: 3000, // delay in ms
            lifecycleEvents: ['run', 'watch-run'], // array of strings, which must match webpack lifecycle events
            verbose: false // enable debug logging
        })
    ]
}
1.0.1

7 years ago

1.0.0

7 years ago