bundle-internals
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -0,4 +1,8 @@ | ||
## 1.2.0 (16 March 2020) | ||
* allow to edit payload before saving | ||
## 1.1.4 (12 March 2020) | ||
* fix crash | ||
* fix crash when a chunk was extracted (e.g. when using `mini-css-extract-plugin`) | ||
@@ -5,0 +9,0 @@ ## 1.1.3 (03 March 2020) |
{ | ||
"name": "bundle-internals", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "The webpack plugin that collects a debug information about your webpack bundle (e.g. bundled modules, input entry points, and output assets)", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -301,2 +301,4 @@ const fs = require('fs'); | ||
this.hooks.data.call(data); | ||
const { saveTo } = this.options; | ||
@@ -308,4 +310,2 @@ | ||
this.hooks.data.call(data); | ||
cb(); | ||
@@ -312,0 +312,0 @@ }); |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
32784