* Update "moduleIds" tests * Allow defining the moduleIds related options in the transform plugins - moduleIds - moduleId - getModuleId - moduleRoot * Sort deps
4 lines
70 B
JavaScript
4 lines
70 B
JavaScript
define("my custom module name", [], function () {
|
|
"use strict";
|
|
});
|