UNPKG

steal-tools

Version:

Futuristic build tools for ES6 Module applications.

8 lines 163 B
define(['./dep_all','./dep_c_d'], function(all, cd){ // needed to make dep_a_b.js create its own package window.app = { all: all, name: "d", cd: cd }; });