document dynamic import support (#5457) [skip ci]

This commit is contained in:
Guy Bedford
2017-03-22 22:55:42 +02:00
committed by Henry Zhu
parent f20da57317
commit b75d80386c

View File

@@ -23,6 +23,8 @@ System.register([], function (_export, _context) {
});
```
For dynamic import support (`import('./lazy.js').then(m => ...)`), enable the [syntax-dynamic-import](https://babeljs.io/docs/plugins/syntax-dynamic-import/) plugin before this one.
## Installation
```sh