chunk-includes
Advanced tools
Comparing version 0.0.1 to 0.0.2
{ | ||
"name": "chunk-includes", | ||
"version": "0.0.1", | ||
"description": "Shows what is going into each chunk", | ||
"version": "0.0.2", | ||
"description": | ||
"A simple webpack plugin that shows what is going into each chunk on the console", | ||
"main": "src/index.js", | ||
@@ -6,0 +7,0 @@ "author": "Behrang Yarahmadi <behrang.yarahmadi@trivago.com>", |
# chunk-includes | ||
A simple webpack plugin that shows what is going into each chunk on the console | ||
Simply run `npm install --save-dev chunk-includes` and add the plugin to your | ||
webpack config file. |
1421
7