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

SystemJS Builder 0.13.2

Choose a tag to compare

@guybedford guybedford released this 18 Aug 11:39
· 709 commits to master since this release

Features

  • Anonymous single-module compilation via builder.compile (#256)
  • pluginFirst builder support (76fdaca)
  • TypeScript bundling now works with tests passing (4cd9efe, cf64131, 89ab655)
  • SFX builds now use a scoped System so that the global System remains the environment system within SFX code (#258)

Bug Fixes

  • Paths stop condition to exactly match SystemJS (1900734)
  • Fix for building plugins that output ES modules (db0f07e)