1.2.37 • Published 9 months ago

@happy-gastro/better-webpack-progress v1.2.37

Weekly downloads
-
License
ISC
Repository
github
Last release
9 months ago

@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: ferenc.farkas@happygastro.hu
  • 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

MIT

Keywords

webpack happy-gastro happysolutions better logging better progress webpack progressbar