* Update "moduleIds" tests * Allow defining the moduleIds related options in the transform plugins - moduleIds - moduleId - getModuleId - moduleRoot * Sort deps
6 lines
92 B
JavaScript
6 lines
92 B
JavaScript
define("loose/module-name-compat/input", [], function () {
|
|
"use strict";
|
|
|
|
foobar();
|
|
});
|