Skip to content

Commit

Permalink
Correct HTML and Static Assets (#4192)
Browse files Browse the repository at this point in the history
* Correct HTML and Static Assets

* Update docs/guide/html-and-static-assets.md

Co-Authored-By: Natalia Tepluhina <NataliaTepluhina@users.noreply.github.com>
(cherry picked from commit 80e5d7f)
  • Loading branch information
aruseni authored and sodatea committed Jul 3, 2019
1 parent c5f1d20 commit de2f68d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/guide/html-and-static-assets.md
Expand Up @@ -27,7 +27,7 @@ See also:

[`<link rel="preload">`](https://developer.mozilla.org/en-US/docs/Web/HTML/Preloading_content) is a type of resource hint that is used to specify resources that your pages will need very soon after loading, which you therefore want to start preloading early in the lifecycle of a page load, before the browser's main rendering machinery kicks in.

By default, a Vue CLI app will automatically generate preload hints for all files that are needed for the initial rendering the your app.
By default, a Vue CLI app will automatically generate preload hints for all files that are needed for the initial rendering of your app.

The hints are injected using [@vue/preload-webpack-plugin](https://github.com/vuejs/preload-webpack-plugin) and can be modified / deleted via `chainWebpack` as `config.plugin('preload')`.

Expand Down

0 comments on commit de2f68d

Please sign in to comment.