This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
SystemJS Builder 0.16.0
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 thedefine
statements in place. A huge thanks to @jrauschenbusch for his work on this new transform.