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

SystemJS Builder 0.16.0

Compare
Choose a tag to compare
@guybedford guybedford released this 24 Jan 12:40
· 78 commits to master since this release

Features and Breaking Changes

  • Upgrades SystemJS Builder to match the semantics and breaking changes of SystemJS 0.20.0.
  • Enables rollup optimizations by default
  • AMD builds are now entirely based on a System.registerDynamic wrapping instead of leaving the define statements in place. A huge thanks to @jrauschenbusch for his work on this new transform.