options.json 245 B

1234567891011121314
  1. {
  2. "plugins": [
  3. "external-helpers",
  4. ["transform-modules-umd", {
  5. "globals": {
  6. "foo-bar": "fooBAR",
  7. "./mylib/foo-bar": "mylib.fooBar",
  8. "fizzbuzz": "fizz.buzz"
  9. },
  10. "exactGlobals": true
  11. }]
  12. ]
  13. }