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
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.
Example
function loadBar() {
return import("./bar");
}
require.prefetch("./bar")