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

SystemJS Builder 0.15.31

Compare
Choose a tag to compare
@guybedford guybedford released this 06 Sep 16:12
· 172 commits to master since this release
  • Ensure Babel defaults to parsing CommonJS, AMD and globals as non-strict (05807f2)
  • Major update to conditional loading system, based on two simplified conditional environment objects as options to the trace - inlineConditions and conditions. Where conditions provides the trace variation, while inlineConditions provides the singular condition paths to inline. If inlineConditions is set to true, inlineConditions will inline all singular conditions as before (07aced7, fede396, dc7e502, 65cbc1e, 3337e1e)