* Update "moduleIds" tests * Allow defining the moduleIds related options in the transform plugins - moduleIds - moduleId - getModuleId - moduleRoot * Sort deps
11 lines
179 B
JSON
11 lines
179 B
JSON
{
|
|
"sourceType": "module",
|
|
"plugins": [
|
|
"external-helpers",
|
|
["transform-modules-amd", {
|
|
"moduleIds": true,
|
|
"moduleId": "my custom module name"
|
|
}]
|
|
]
|
|
}
|