DrewML/bundlegento

Improve threshold for promoting bundles to all.js

Opened this issue · 0 comments

// TODO: Either make this threshold configurable,
// or use a heuristic, something like (total bundles - 2)
if (groups.size > 2) {
// Move to the global shared file
finalGroups.get('all')!.modules.add(dep);
}
}