webpack-bundle-stats-plugin
Advanced tools
Comparing version 0.2.0 to 0.2.1
@@ -16,2 +16,4 @@ export interface BundleStats { | ||
name?: string; | ||
files: string[]; | ||
modules: string[]; | ||
} | ||
@@ -18,0 +20,0 @@ export declare type ChunkId = string | number; |
{ | ||
"name": "webpack-bundle-stats-plugin", | ||
"version": "0.2.0", | ||
"version": "0.2.1", | ||
"description": "Export internal bundling details from Webpack", | ||
@@ -5,0 +5,0 @@ "main": "./lib/index.js", |
7562
132