UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

11 lines (7 loc) 137 B
module.exports = function(bundles){ var map = {}; bundles.forEach(function(bundle){ map[bundle.name] = true; }); return map; };