1.0.0 • Published 4 years ago

@glomex/parcel-optimizer-disable-amd v1.0.0

Weekly downloads
-
License
Apache-2.0
Repository
-
Last release
4 years ago

parcel-optimizer-disable-amd

Disable AMD export of parcel generated modules

Background of this optimizer is the following issue: https://github.com/parcel-bundler/parcel/pull/2781.

Prevents to stop execution when parcel bundled modules are placed on sites which use an AMD loader.

Usage

// .parcelrc
{
  "extends": "@parcel/config-default",
  "optimizers": {
    "*.js": ["@parcel/optimizer-terser", "@glomex/parcel-optimizer-disable-amd"]
  }
}

License

Apache 2.0 License