Skip to content

Latest commit

 

History

3 Commits

Folders and files

NameName
Last commit message
Last commit date
 
 
 
 

Repository files navigation

Require prefetch webpack plugin

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")

About

Prefetch module chunks on demand with webpack

Resources

Stars

1 star

Watchers

1 watching

Forks

Releases

Packages

Contributors