Skip to content

Commit

Permalink
document dynamic import support (#5457) [skip ci]
Browse files Browse the repository at this point in the history
  • Loading branch information
guybedford authored and hzoo committed Mar 22, 2017
1 parent f20da57 commit b75d803
Showing 1 changed file with 2 additions and 0 deletions.
Expand Up @@ -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
Expand Down

0 comments on commit b75d803

Please sign in to comment.