options.json 231 B

12345678910111213
  1. {
  2. "plugins": [
  3. "external-helpers",
  4. ["transform-modules-umd", {
  5. "globals": {
  6. "my custom module name": "foo.bar.baz.qux"
  7. },
  8. "exactGlobals": true
  9. }]
  10. ],
  11. "moduleId": "my custom module name"
  12. }