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
- Host: GitHub
- URL: https://github.com/practo/build-msg-webpack
- Owner: practo
- License: mit
- Created: 2017-04-17T05:21:30.000Z (about 9 years ago)
- Default Branch: master
- Last Pushed: 2017-04-17T05:52:55.000Z (about 9 years ago)
- Last Synced: 2025-08-01T17:02:09.539Z (11 months ago)
- Language: JavaScript
- Size: 2.93 KB
- Stars: 1
- Watchers: 8
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
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 ... '
})
```