rollup-plugin-webpack-stats
Advanced tools
Comparing version 1.2.0-beta.0 to 1.2.0-beta.1
{ | ||
"name": "rollup-plugin-webpack-stats", | ||
"version": "1.2.0-beta.0", | ||
"version": "1.2.0-beta.1", | ||
"private": false, | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -61,3 +61,3 @@ # rollup-plugin-webpack-stats | ||
- `excludeModules` - exclude matching modules: `string | RegExp | ((filepath: string) => boolean) | Array<string | RegExp | ((filepath: string) => boolean)>` | ||
- `transform` - access and mutate the resulting stats after the conversion: `(stats: WebpackStatsFilterd) => WebpackStatsFilterd` | ||
- `transform` - access and mutate the resulting stats after the conversion: `(stats: WebpackStatsFilterd, sources: TransformSources, bundle: OutputBundle) => WebpackStatsFilterd` | ||
@@ -64,0 +64,0 @@ ### Examples |
34687