UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

9 lines (7 loc) 187 B
define('aui-123', ['exports'], function (__exports__) { 'use strict'; function log(text) { console.log('module aui-123 says', text); } __exports__.log = log; });