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