webpack-bundle-analyzer
Advanced tools
Comparing version 4.0.0-rc1 to 4.0.0
@@ -30,2 +30,3 @@ # Changelog | ||
* Updated dependencies | ||
* Added support for multiple Webpack versions in tests | ||
@@ -32,0 +33,0 @@ ## 3.9.0 |
@@ -125,3 +125,3 @@ "use strict"; | ||
} | ||
} // Webpack 5 changed bundle format and now entry modules are concatenated and located at the end on the it. | ||
} // Webpack 5 changed bundle format and now entry modules are concatenated and located at the end of it. | ||
// Because of this they basically become a concatenated module, for which we can't even precisely determine its | ||
@@ -128,0 +128,0 @@ // parsed source as it's located in the same scope as all Webpack runtime helpers. |
{ | ||
"name": "webpack-bundle-analyzer", | ||
"version": "4.0.0-rc1", | ||
"version": "4.0.0", | ||
"description": "Webpack plugin and CLI utility that represents bundle content as convenient interactive zoomable treemap", | ||
@@ -28,3 +28,3 @@ "author": "Yury Grunin <grunin.ya@ya.ru>", | ||
"test": "npm run install-test-webpack-versions && mocha --exit --require @babel/register", | ||
"test-dev": "npm run install-test-webpack-versions && mocha --watch --require @babel/register" | ||
"test-dev": "npm run install-test-webpack-versions && mocha --watch --watch-ignore test/output --require @babel/register" | ||
}, | ||
@@ -31,0 +31,0 @@ "files": [ |
@@ -118,3 +118,3 @@ const fs = require('fs'); | ||
// Webpack 5 changed bundle format and now entry modules are concatenated and located at the end on the it. | ||
// Webpack 5 changed bundle format and now entry modules are concatenated and located at the end of it. | ||
// Because of this they basically become a concatenated module, for which we can't even precisely determine its | ||
@@ -121,0 +121,0 @@ // parsed source as it's located in the same scope as all Webpack runtime helpers. |
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
No v1
QualityPackage is not semver >=1. This means it is not stable and does not support ^ ranges.
Found 1 instance in 1 package
1282519
0