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

SystemJS Builder 0.15.11

Compare
Choose a tag to compare
@guybedford guybedford released this 09 Mar 14:19
· 370 commits to master since this release

Features

  • Upgrades to SystemJS 0.19.24
  • All custom uglify options can now be set via { uglify: { beautify: {...}, compress: {...} } }, with existing defaults retained (fac9748)
  • Support for bundling require.resolve calls (8fc2e90)
  • Support for bundling and static builds of globals with exports set to an array (9a5e36c)

Bug Fixes

  • Only support encodeNames option for static builds (6d21c8a)
  • Fix plugin syntax canonicalization for globbed arithmetic expressions (d3d7588)
  • Fix to ensure static build externals have deterministic ordering (08f69b9, #515)
  • Fix to ensure depCache generation is unnormalized (da444c9)
  • Comprehensive refinement of package conditional map normalization, fixing conditional build bugs (2e42b9c,
  • Ensure CommonJS process.env.NODE_ENV optimizations are only done for the production condition (0efab54)
  • Support building files with variable named defines in AMD (facb453, #513)
  • Fix AMD build bug where factory functions throw (f024acf)