This repository has been archived by the owner on Oct 9, 2020. It is now read-only.
SystemJS Builder 0.15.31
- 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
andconditions
. Whereconditions
provides the trace variation, whileinlineConditions
provides the singular condition paths to inline. IfinlineConditions
is set totrue
,inlineConditions
will inline all singularconditions
as before (07aced7, fede396, dc7e502, 65cbc1e, 3337e1e)