This plugin adds the ablility to prefechting module chunks on demand, this can be usefull where chunks have a high certainty to be used on the next navigation.
function loadBar() {
return import("./bar");
}
require.prefetch("./bar")
| Name | Name | Last commit date | ||
|---|---|---|---|---|