UNPKG

cram

Version:

An AMD-compatible build tool.

8 lines (6 loc) 147 B
(function () { define(['test-js/moduleWithPluginDeps', 'test-js/depA'], fact); function fact (m, a) { console.log('tiny is loaded'); } }());