bundle-collapser
Advanced tools
Comparing version 1.1.4 to 1.2.0
@@ -5,3 +5,3 @@ var falafel = require('falafel'); | ||
function replace (src, deps) { | ||
return falafel(src, function (node) { | ||
return falafel(src, {ecmaVersion: 6}, function (node) { | ||
if (isRequire(node)) { | ||
@@ -8,0 +8,0 @@ var value = node.arguments[0].value; |
{ | ||
"name": "bundle-collapser", | ||
"version": "1.1.4", | ||
"version": "1.2.0", | ||
"description": "convert bundle paths to IDS to save bytes in browserify bundles", | ||
@@ -5,0 +5,0 @@ "main": "index.js", |
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
11240