Skip to content

SystemJS 0.19.21

Compare
Choose a tag to compare
@guybedford guybedford released this 15 Feb 21:31
  • No longer does script tag injection for scripts unless setting scriptLoad: true metadata to avoid evaluation timing bugs, which also deprecates the use of experimental globalEvaluationScope meta (30b0f8b, 7b1db53, 8e2f254, dd64b11)
  • Fixes a regression to ensure map configs are allowed in meta - eg if there is a map value map: { jquery: '//x.js' } then meta: { jquery: {...} } will apply (08f798f)
  • Uses strict decanonicalization when running within the builder to ensure correct bundle names. Fixes a build bug where paths: { test: 'test.js' } would not bundle giving an ENOENT looking for test (60b3fc0)