Skip to content

inoyakaigor/TerminalBannerPlugin

Repository files navigation

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

About

Webpack plugin for showing banner after all notifications

Resources

License

Stars

Watchers

Forks

Packages

No packages published