Features
- Upgrades to SystemJS 0.19, which is a minor breaking change
- API upgrades -
builder.build
andbuilder.buildTree
are now bothbuilder.bundle
, whilebuilder.buildSFX
is nowbuilder.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