UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

8 lines (7 loc) 222 B
define('module1', ['module2', 'module3', 'exports'], function (__exports__) { 'use strict'; function module1log(text) { console.log('module1 says', text); } __exports__.module1log = module1log; });