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

SystemJS Builder 0.14.8

Choose a tag to compare

@guybedford guybedford released this 08 Oct 16:10
· 602 commits to master since this release

Features

  • Builder invalidation API (c041074)
  • Fix to ensure CJS builds are loadable through SystemJS without internal requires being detected (3418a94)
  • Ensure Babel runtime is included for SFX bundles just using regenerator (5c20555)
  • Include the trace tree object as output of bundling (a8a16a6)

Bug Fixes

  • Removes setting of global require for AMD SFX (a8f9891)
  • Stable name mangling for deterministic builds (4d6cc1f)
  • Deterministic build fix (c8c947e)
  • Option conflict fix with babelOptions (c798bea)
  • Fix where var define breaks AMD builder logic (#344)
  • Support module names starting with @ instead of treating them as system modules (cc2ad8e)