UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

7 lines 109 B
define(['dep_a_b', './dep_all'], function(ab, all){ window.app = { ab: ab, all: all, name: "b" }; });