0.7.0 • Published 7 years ago
stats-webpack-plugin v0.7.0
Stats plugin for webpack

Writes the stats of a build to a file.
Installation
$ npm install --save-dev stats-webpack-plugin
Usage
var StatsPlugin = require('stats-webpack-plugin');
module.exports = {
plugins: [
new StatsPlugin('stats.json', {
chunkModules: true,
exclude: [/node_modules[\\\/]react/]
})
]
};
Give webpack the --profile
flag or set profile: true
in webpack.config
to get detailed timing measurements.
See Webpack Profiling for more detail.
API
new StatsPlugin(path: string, [options])
path
: The path of the result file, relative to your output folder.options
: Options passed to stats.toJson
Meta
- Code:
git clone git://github.com/unindented/stats-webpack-plugin.git
- Home: https://github.com/unindented/stats-webpack-plugin/
Contributors
- Daniel Perez Alvarez (unindented@gmail.com)
- Izaak Schroeder (izaak.schroeder@gmail.com)
License
Copyright (c) 2014 Daniel Perez Alvarez (unindented.org). This is free software, and may be redistributed under the terms specified in the LICENSE file.
0.7.0
7 years ago
0.6.2
7 years ago
0.6.1
8 years ago
0.6.0
8 years ago
0.5.0
8 years ago
0.4.3
8 years ago
0.4.2
9 years ago
0.4.1
9 years ago
0.4.0
9 years ago
0.3.1
9 years ago
0.3.0
9 years ago
0.2.2
10 years ago
0.2.1
10 years ago
0.2.0
10 years ago
0.1.2
10 years ago
0.1.1
10 years ago
0.1.0
10 years ago
0.0.2
10 years ago
0.0.1
11 years ago