closure-calculate-chunks
Advanced tools
Comparing version 1.2.0 to 1.2.1
@@ -23,3 +23,2 @@ const Module = require('module'); | ||
let moduleIdFromPackageEntryNames = moduleId; | ||
if (/^d3-/.test(moduleId)) debugger; | ||
if (pathParts.length === 1) { | ||
@@ -26,0 +25,0 @@ moduleIdFromPackageEntryNames = |
{ | ||
"name": "closure-calculate-chunks", | ||
"version": "1.2.0", | ||
"version": "1.2.1", | ||
"description": "Analyze dependencies from entry points and split code for closure-compiler", | ||
@@ -5,0 +5,0 @@ "bin": { |
Sorry, the diff of this file is not supported yet
65662
1013