Skip to content

Commit 41117d6

Browse files
committed
docs(api): update import() docs in module-methods
1 parent b7db02a commit 41117d6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/api/module-methods.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -63,7 +63,7 @@ if ( module.hot ) {
6363
}
6464
```
6565

66-
The compiler treats this as a split point and will split everything from `lodash` into a separate bundle that will be loaded as soon as the `loadLodash` function is called. See the [async code splitting guide](/guides/code-splitting-async) for more information.
66+
The compiler treats this as a split point and will split everything from `lodash` into a separate bundle. This returns a promise that will resolve to the module once the bundle has been loaded. See the [async code splitting guide](/guides/code-splitting-async) for more information.
6767

6868

6969

0 commit comments

Comments
 (0)