github systemjs/systemjs 0.21.0
SystemJS 0.21.0

latest releases: 6.15.1, 6.15.0, 6.14.3...
6 years ago

This release represents a new build of the 6KB SystemJS production loader with the following changes:

  • Support for loading modules as AMD falling back to global detection (#1778)
  • AMD modules are treated as having the shape { default: module } through System.import instead of returning the default directly (this will ensure dynamic import workflows work out correctly) (#1786)

Now that Rollup supports the system module format and code splitting, this will allow easy production workflows against chunking and CDN externals.

Don't miss a new systemjs release

NewReleases is sending notifications on new releases.