You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: content/api/module-methods.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -63,7 +63,7 @@ if ( module.hot ) {
63
63
}
64
64
```
65
65
66
-
The compiler treats this as a split point and will split everything from `lodash` into a separate bundlethat 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.
0 commit comments