This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
SystemJS Builder 0.15.20
Features
- Updates to SystemJS 0.19.30
traceOpts
are now passed into the plugintranslate
function as the second argument, including anoutputESM
option for plugins to check to know when to output ES modules or System.register modules for ES6 (27af669)- Upgrades Rollup to 0.30.0 (10179fd, #570)
Bug Fixes
- Invalid input source maps no longer fail the build (804e63e)
- Fixes bug to support
builder.compile
separate file compilation (dae0f18) - Fix to ensure SFX encodings apply to npm scoped packages (6e8953f, thanks to @jumperchen, #615)