webpack-bundle-analyzer
Advanced tools
Comparing version 3.5.0 to 3.5.1
@@ -17,2 +17,7 @@ # Changelog | ||
## 3.5.1 | ||
* **Bug Fix** | ||
* Fix regression in support of webpack dev server and `webpack --watch` (issue [#312](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/312), fixed in [#313](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/313) by [@gaokun](https://github.com/gaokun)) | ||
## 3.5.0 | ||
@@ -26,3 +31,3 @@ | ||
* **Bug Fix** | ||
* Fix regression of requiring an object to be passed to `new BundleAnalyzerPlugin()` (issue [#300](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/300), fixed in [#302](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/302) by [@jerryOnlyZRJ](https://github.com/jerryOnlyZRJ)) | ||
* Fix regression of requiring an object to be passed to `new BundleAnalyzerPlugin()` (issue [#300](https://github.com/webpack-contrib/webpack-bundle-analyzer/issues/300), fixed in [#302](https://github.com/webpack-contrib/webpack-bundle-analyzer/pull/302) by [@jerryOnlyZRJ](https://github.com/jerryOnlyZRJ)) | ||
@@ -29,0 +34,0 @@ ## 3.4.0 |
{ | ||
"name": "webpack-bundle-analyzer", | ||
"version": "3.5.0", | ||
"version": "3.5.1", | ||
"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", | ||
@@ -5,0 +5,0 @@ "author": "Yury Grunin <grunin.ya@ya.ru>", |
Sorry, the diff of this file is not supported yet
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
1189917