document dynamic import support (#5457) [skip ci]
This commit is contained in:
@@ -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
|
||||
|
||||
Reference in New Issue
Block a user