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

SystemJS Builder 0.15.16

Compare
Choose a tag to compare
@guybedford guybedford released this 29 Apr 13:49
· 300 commits to master since this release

Features

  • externals array option for builds as sugar for build: false metadata
  • Supports comments in transpiled ES modules (8554509)
  • Node 6 support (85b5c67)

Bug Fixes

  • FIx source maps for ES modules (for all transpilers) by using Babel internally (ae5a649)
  • Static builds IE hasOwnProperty fix (601f549 thanks to @joeldenning
    )
  • Fix sourceMapContents for UglifyJS use (4e081db thanks to @gcnm-pgeil)
  • NodeJS scope masking for Node execution of bundles (06f6c3f)
  • output.modules fix when using Rollup (dd3dcdf)
  • Fix builds of conditional entry points (104ff4f)
  • Fix to ensure direct trees can be passed to bundle (#564)
  • Ensure @dummy-entry-point is optimized out with Rollup (548879c)
  • Ensure builder.compile isn't cached (21b7238)