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

ES6 Module Loader v0.17.4

Compare
Choose a tag to compare
@guybedford guybedford released this 03 Aug 15:46
· 299 commits to master since this release

Features

  • Improved stack traces for failed loads - will always provide exact parent for any failure (thanks to @nyarly, #397).
  • Source maps can be disabled for transpilers via transpiler options (#418)
  • Better XHR error reporting (thanks to @msegado, 8b4dd47)
  • module.toString is now Module per ES6 spec (23e92dc)

Bug Fixes