1.5.5 • Published 1 year ago

simple-stats-webpack-plugin v1.5.5

Weekly downloads
13
License
MIT
Repository
github
Last release
1 year ago

Simple stats for webpack version (4.42.1 - 5.31.0)

Set the errors and warnings to a minimum of output for maximum of information

This is a simple webpack plugin, and it is just in alpha state, so please do not use it in your production environment.

The goal is to reduce the output of warning and error messages in a performant way and produce better and clearer error and warning messages, than webpack himself, with stats option "errors-warnings" or any other.

Set stats to none if you use this plugin, otherwise you may have duplicated errors or warnings in your output.

https://webpack.js.org/configuration/stats/

Please share webpack config and full information around your warnings or errors which are not recognized, this will help for further investigations.

And by the way, the package has no internal dependencies.

Install

$ npm i --save-dev simple-stats-webpack-plugin

or

$ yarn add --dev simple-stats-webpack-plugin

Use

const SimpleStatsWebpackPlugin = require('simple-stats-webpack-plugin');
plugins: [
        new SimpleStatsWebpackPlugin()
],

Options

plugins: [
        new SimpleStatsWebpackPlugin({
           id : 'SimpleStatsWebpackPlugin', 
           showWarnings: true,
           showErrors: true,
           showTime: true,
           clearConsole: true,
           showHash: true,
           showRun: true,
           showActivity: true
        })
],
1.5.5

1 year ago

1.5.32

3 years ago

1.5.31

3 years ago

1.5.33

3 years ago

1.0.43

3 years ago

1.0.42

3 years ago

1.0.41

3 years ago

1.0.40

4 years ago

1.0.39

4 years ago

1.0.38

4 years ago

1.0.37

4 years ago

1.0.35

4 years ago

1.0.34

4 years ago

1.0.33

4 years ago

1.0.32

4 years ago

1.0.31

4 years ago

1.0.29

4 years ago

1.0.28

4 years ago

1.0.27

4 years ago

1.0.30

4 years ago

1.0.26

4 years ago

1.0.25

4 years ago

1.0.24

4 years ago

1.0.23

4 years ago

1.0.22

4 years ago

1.0.21

4 years ago

1.0.20

4 years ago

1.0.19

4 years ago

1.0.18

4 years ago

1.0.17

4 years ago

1.0.16

4 years ago

1.0.15

4 years ago

1.0.14

4 years ago

1.0.13

4 years ago

1.0.12

4 years ago

1.0.11

4 years ago

1.0.10

4 years ago

1.0.9

4 years ago

1.0.8

4 years ago

1.0.7

4 years ago

1.0.6

4 years ago

1.0.5

4 years ago

1.0.4

4 years ago

1.0.3

4 years ago

1.0.2

4 years ago

1.0.1

4 years ago

1.0.0

4 years ago