Skip to content
This repository has been archived by the owner on Oct 9, 2020. It is now read-only.

SystemJS Builder 0.15.17

Compare
Choose a tag to compare
@guybedford guybedford released this 19 May 11:46
· 271 commits to master since this release

Features

  • Updated to SystemJS 0.19.28
  • Support for input source map comment parsing in builds thanks to @asapach (#297)
  • options.exportDefault option for static builds to indicate only the default export of the ES module should be the module value of the static module output, with automatic setting of this option for legacy module formats (#591)
  • Support for new nodeConfig, devConfig and browserConfig systemjs environment configurations (builder environment gets nodeConfig and devConfig applied) (33cdba1)
  • Set builder default of always bundling for browser in production (bf0028c)
  • Build support for new SystemJS package conditional map feature to allow any arbitrary conditions (61c5e21)

Bug Fixes

  • Fixes an AMD transformation syntax bug (5cf6bc4)
  • Fix webkit deprecation warnings (#574)
  • Fix double map config circularity issue (#585)
  • Fix builder canonicalization of non-wildcard folder paths (a381d02)
  • Source map sources bug fixes (6ba5476, 8316062)
  • Allow custom fetch hooks extending the default fetch in the builder to by default be cacheable (61d7540)