0.2.0 • Published 3 years ago

@inoy/terminal-banner-plugin v0.2.0

Weekly downloads
-
License
GPL-3.0
Repository
github
Last release
3 years ago

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

0.2.0

3 years ago

0.1.0

4 years ago

0.1.1

4 years ago

0.1.4

4 years ago

0.1.3

4 years ago

0.0.2

4 years ago

0.0.1

4 years ago