This repository was archived by the owner on Jul 13, 2020. It is now read-only.
ES6 Module Loader v0.17.4
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 nowModule
per ES6 spec (23e92dc)
Bug Fixes