1.1.1 • Published 1 year ago

webpack-stats-viewer-plugin v1.1.1

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

webpack-stats-viewer

简体中文

A website for checkout webpack stats info.

Many same webpack analyzer tools can show summary, but as a developer, when i try go deep into, and think why those file bundled into those chunk, those tools make me powerless, because of i cannot get more detail. So i develop this tool, no magic, just plain data. I think i need it.

This is for in-depth study of webpack chunks composition and for deep website performance optimization

Feature

  • Easy to read
    • No more magic. Just show you more detail.
  • Found why bundle it
    • By modules, we can checkout everyone, No lost.
  • Single file
    • Record a static report which can read it later.
  • Website and Plugin

    • Ease to use.

Usage in webpack

npm install webpack-stats-viewer-plugin

webpack.config.js:

import { WebpackStatsViewerPlugin } from 'webpack-stats-viewer-plugin';

export default {
  // ...
  plugins: [
    // ...
    new WebpackStatsViewerPlugin(),
  ]
  // ...
}

About webpack stats

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

Screenshot

npm.io

npm.io

Online Viewer

1.1.1

1 year ago

1.1.0

1 year ago

1.0.6

1 year ago

1.0.5

1 year ago

1.0.4

1 year ago

1.0.3

1 year ago

1.0.2

2 years ago

1.0.1

2 years ago

1.0.0

2 years ago

0.0.9

2 years ago

0.0.8

2 years ago

0.0.7

2 years ago

0.0.6

2 years ago

0.0.5

2 years ago

0.0.4

2 years ago

0.0.3

2 years ago

0.0.2

2 years ago

0.0.1

2 years ago