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

SystemJS Builder 0.14.11

Choose a tag to compare

@guybedford guybedford released this 16 Nov 15:36
· 545 commits to master since this release

Features

  • Cache is now enabled by default even when using builder.reset() ()
  • Allow build functions to accept an array of module names as input (223cb47)

Bug Fixes

  • loadConfig test for multiple bundles (#384, 1841f7a)
  • require renaming in sfx bundles to use name less likely to conflict (86ecb73)
  • Ensure use strict is preserved for CommonJS bundling (#387, 733eccf)
  • Cache invalidation improvements and bug fixes (c646ecc, ff8174d, 8805c0a)