rollup-plugin-visualizer
Advanced tools
Comparing version 2.7.0 to 2.7.1
{ | ||
"name": "rollup-plugin-visualizer", | ||
"version": "2.7.0", | ||
"version": "2.7.1", | ||
"main": "plugin/index.js", | ||
@@ -5,0 +5,0 @@ "author": "Denis Bardadym <bardadymchik@gmail.com>", |
@@ -19,3 +19,7 @@ "use strict"; | ||
if (name.indexOf(PLUGIN_PREFIX) === 0) { | ||
if (m.size === 0) { | ||
continue; | ||
} | ||
if (name.startsWith(PLUGIN_PREFIX)) { | ||
addToPath(root, [name], m); | ||
@@ -22,0 +26,0 @@ } else { |
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
985624
9558