Parcel Plugin Externals Versions Save

Parcel plugin for declaring externals. These externals will not be bundled. :package:

v0.5.0

4 years ago
  • Improved path resolution for submodules
  • Fixed Node.js 8 compatibility for catch blocks (#17)
  • Enhanced documentation for production / development (#19)
  • Added alternative return type from factory module (#19)

v0.4.0

4 years ago
  • Improved the documentation
  • Added support for fake (virtual) modules (#9)
  • Support symlink resolution of externals
  • Allow more flexible use as library
  • Typed exports of utils

v0.3.0

4 years ago
  • Implemented a way to dynamically choose what (and how) to externalize (#4)
  • Fixed exception on browser property set to false (#6)
  • Added support for referencing modules directly (#7)

v0.2.0

4 years ago
  • Allow externals definition via object (#1)
  • Ignore externals with false or other non-string values (#2)

v0.1.0

4 years ago
  • Initial release