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

SystemJS Builder 0.15.20

Compare
Choose a tag to compare
@guybedford guybedford released this 09 Jun 23:41
· 244 commits to master since this release

Features

  • Updates to SystemJS 0.19.30
  • traceOpts are now passed into the plugin translate function as the second argument, including an outputESM 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)