@happy-gastro/better-webpack-progress
v1.2.37
Published
Use this Webpack middleware for more better logging while building
Downloads
7
Maintainers
Readme
@happy-solutions/better-webpack-progress
Description
Use this Webpack middleware for better logging while building.
Installation
To install the package, use npm:
npm install @happy-solutions/better-webpack-progress
Usage
To use this middleware in your Webpack configuration, follow the example below:
const BetterWebpackProgress = require('@happy-solutions/better-webpack-progress');
module.exports = {
// Your existing Webpack configuration
plugins: [
...
new BetterWebpackProgress()
...
]
};
Author
- Name: Ferenc Farkas
- Email: [email protected]
- URL: Happy Solutions (Happy Gastro)
Contributing
Pull requests are welcome. For major changes, please open an issue first to discuss what you would like to change.
Please make sure to update tests as appropriate.
License
Keywords
webpack happy-gastro happysolutions better logging better progress webpack progressbar