0.1.0 • Published 5 years ago

require-prefetch-webpack-plugin v0.1.0

Weekly downloads
-
License
MIT
Repository
-
Last release
5 years ago

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 after a certain action.

Example

function loadBar() {
  return import("./bar");
}

require.prefetch("./bar")

License

This plugin is released under the MIT License.