Skip to content

Latest commit

 

History

History
30 lines (23 loc) · 983 Bytes

README.md

File metadata and controls

30 lines (23 loc) · 983 Bytes

Webpack Terminal Banner Plugin

Webpack plugin for showing banner after all notifications

npm Version Terminal Banner Plugin

Terminal banner screenshot

Using

// webpack.config.js
const TerminalBannerPlugin = require('@inoy/terminal-banner-plugin')
// other code

module.exports = {
    //… rest of your webpack config
    plugins: [
        new WebpackNotifier2Plugin(/* check out my other plugin ;-) */),
        new TerminalBannerPlugin()
    ]
}

The banner will show only in development mode

Requirements

Minimal supported is Node 14 and Webpack 5. Node 12 and Webpack 4 should work but I didn't test.

License

GPLv3