Skip to content

Releases: FlorianRappl/parcel-plugin-externals

0.5.0

10 Jun 12:50
9e7da18
Compare
Choose a tag to compare
  • 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)

0.4.0

10 Jun 12:30
Compare
Choose a tag to compare
  • 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

0.3.0

30 Nov 16:55
0e75afc
Compare
Choose a tag to compare
  • 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)

0.2.0

21 Oct 20:50
e2c14c8
Compare
Choose a tag to compare
  • Allow externals definition via object (#1)
  • Ignore externals with false or other non-string values (#2)

0.1.0

20 Oct 21:58
Compare
Choose a tag to compare
  • Initial release