Nicolò Ribaudo a875560c31
Allow defining the moduleIds-related option in the transform p… (#11194)
* Update "moduleIds" tests

* Allow defining the moduleIds related options in the transform plugins

- moduleIds
- moduleId
- getModuleId
- moduleRoot

* Sort deps
2020-03-16 23:58:04 +01:00

11 lines
179 B
JSON

{
"sourceType": "module",
"plugins": [
"external-helpers",
["transform-modules-umd", {
"moduleIds": true,
"moduleId": "my custom module name"
}]
]
}