An open API service indexing awesome lists of open source software.

https://github.com/practo/build-msg-webpack

Prints a message when Webpack is about to start the compilation process
https://github.com/practo/build-msg-webpack

Last synced: 3 months ago
JSON representation

Prints a message when Webpack is about to start the compilation process

Awesome Lists containing this project

README

          

# Build message webpack plugin
Prints a message when Webpack is about to start the compilation process

# Usage
```

new BuildMessagePlugin({
message: 'Starting build ... '
})

```