Skip to content

Commit 50372b2

Browse files
Merge pull request SharePoint#6284 from panjkov/patch-4
Update dynamic-loading.md
2 parents 0f6eece + 0dd1ef0 commit 50372b2

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

docs/spfx/dynamic-loading.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: SharePoint Framework guidance on dynamic loading of packages
33
description: Techniques to optimize the run-time size and execution speed of your SharePoint Framework component.
4-
ms.date: 07/01/2020
4+
ms.date: 09/16/2020
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -81,7 +81,7 @@ This can be achieved by modifying **config/config.json** so that each web part i
8181

8282
## Analyze your bundle
8383

84-
In order to get an overview of where to start, optimize, see the article [Optimize SharePoint Framework builds for production, which illustrates how you can get a visual map of which part of your code or third-party library takes up space in your bundle.
84+
In order to get an overview of where to start, optimize, see the article [Optimize SharePoint Framework builds for production](./toolchain/optimize-builds-for-production.md), which illustrates how you can get a visual map of which part of your code or third-party library takes up space in your bundle.
8585

8686
## Load third-party components dynamically
8787

0 commit comments

Comments
 (0)