UNPKG

lfr-amd-loader

Version:

AMD Loader with support for combo URL and conditional loading

12 lines (10 loc) 320 B
define("one", ["exports", "module", "two"], function(exports, module, _two) { "use strict"; function _interopRequireDefault(obj) { return (obj && obj.__esModule ? obj : { "default": obj }); } var _log = _interopRequireDefault(_two); module.exports = _log["default"]; });