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

SystemJS Builder 0.13.0

Compare
Choose a tag to compare
@guybedford guybedford released this 03 Aug 16:28
· 735 commits to master since this release

Features

  • BundleSFX now uses compressed names by default (#92). This can be disabled via the sfxEncoding: false build option.
  • Build support for CommonJS globals configuration just like the global module format. Useful for setting things like process and Buffer via loader config (#243)
  • SFX bundles now support bundle subtraction, becoming modules themselves (#251)

Bug Fixes

  • Bug fix to ensure AMD building adds CommonJS-style AMD deps to define declaration (#249)
  • Fixes AMD building bug where scope-nested defines were not being named (#228)
  • Fixes common bundle subtraction for AMD bundles (#222)
  • Support for spaces in paths (#235)
  • Global format global function hoisting handling bug fix (#211)