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

SystemJS Builder 0.15.4

Compare
Choose a tag to compare
@guybedford guybedford released this 19 Jan 23:35
· 444 commits to master since this release

Features

  • Allow builds with a production option to use the production SystemJS conditional branches (48733d5)
  • Support a new syntax in arithmetic to indicate a module name is already canonicalized using backticks (#474, e6896cf)
  • Make the static build format hint strings an option, disabled by default (7a912c2)

Bug Fixes

  • Fix bug where json format breaks static builds (739b67e)
  • Ensure all externals act as build: false (6e24a78)
  • Polished Rollup workflows and error cases (496498a)
  • Ensure SystemJS.config can be used in place of System.config in loaded config files (1594c38)
  • Update UMD static template to ensure it can be loaded by SystemJS itself (#471)
  • Ensure interpolation default condition values are properly supported (d3b97d2)