Skip to content

Commit

Permalink
docs(api): update import() docs in module-methods
Browse files Browse the repository at this point in the history
  • Loading branch information
skipjack committed Jun 3, 2017
1 parent adf0ac8 commit 1f3de56
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion content/api/module-methods.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ if ( module.hot ) {
}
```

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.
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.



Expand Down

0 comments on commit 1f3de56

Please sign in to comment.