Commit a571fe93 authored by Marcia Ramos's avatar Marcia Ramos

Merge branch 'aturinske-master-patch-84032' into 'master'

Update performance.md to include Vue's dynamic component documentation

See merge request gitlab-org/gitlab!56910
parents dc197ed6 58e3bc91
......@@ -381,7 +381,7 @@ Use `webpackChunkName` when generating dynamic imports as
it provides a deterministic filename for the chunk which can then be cached
in the browser across GitLab versions.
More information is available in [webpack's code splitting documentation](https://webpack.js.org/guides/code-splitting/#dynamic-imports).
More information is available in [webpack's code splitting documentation](https://webpack.js.org/guides/code-splitting/#dynamic-imports) and [vue's dynamic component documentation](https://vuejs.org/v2/guide/components-dynamic-async.html).
### Minimizing page size
......
Markdown is supported
0%
or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment