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