webpack / webpack.js.org

Repository for webpack documentation and more!
https://webpack.js.org
Creative Commons Attribution 4.0 International
2.21k stars 3.31k forks source link

Documentation Request: Elaborate more on PrefetchPlugin #2712

Open evenstensberg opened 5 years ago

evenstensberg commented 5 years ago

Feature to document

PrefetchPlugin

Author(s)

@pksjce

Additional information

I think we should flesh out more information from the prefetch plugin, why it is important and how to use it. This will be better for understanding webpack and how to improve performance. For instance, add links to google developers with information about prefetch, why it is important and how it might reduce idle-to-load time.

byzyk commented 5 years ago

Hi @evenstensberg, makes sense. Did you have any particular article in mind other than this one?

evenstensberg commented 5 years ago

I think that one is perfect. Inline it with our on examples and elaborate what that article is saying in a way that makes sense for webpack and I think it should be good enough 👍