This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
SystemJS Builder 0.14.0
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