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

SystemJS Builder 0.14.0

Compare
Choose a tag to compare
@guybedford guybedford released this 18 Sep 15:20
· 642 commits to master since this release

Features

  • Upgrades to SystemJS 0.19, which is a minor breaking change
  • API upgrades - builder.build and builder.buildTree are now both builder.bundle, while builder.buildSFX is now builder.buildStatic. The previous APIs will continue to work, but display deprecation warnings.
  • Deterministic build order thanks to @Munter (#284)
  • build: false will now not trace those modules or their dependencies at all
  • Support for conditional bundling with environment condition variations