Skip to content

SystemJS 0.20.11

Compare
Choose a tag to compare
@guybedford guybedford released this 30 Mar 11:07
· 457 commits to main since this release
  • Upgrades to ES Module Loader 2.1.4 https://github.com/ModuleLoader/es-module-loader/releases/tag/2.1.4, which deprecates the previous 0.20.7 ES module lifting behaviour due to issues with this approach, as well as fixing some circular binding update edge cases.
  • Fixes a bug with the getConfig() method of the SystemJS production loader (7b18075)
  • Fix to ensure that "bundle" metadata is still supported in modules output from SystemJS builder to ensure they are interpreted correctly (e595fbc)