Skip to content

Commit 5ec5a83

Browse files
Typo "**@microsoft/sp-lodash-subset**"→"**\@microsoft/sp-lodash-subset**"
Bold with escape characters https://docs.microsoft.com/en-us/sharepoint/dev/spfx/toolchain/optimize-builds-for-production
1 parent a8fb6ca commit 5ec5a83

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/spfx/toolchain/optimize-builds-for-production.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -130,7 +130,7 @@ Specifically with regards to Lodash, but which could also be the case with other
130130
Currently, Lodash doesn't support loading specific methods inside of SharePoint Framework projects by using the **import** notation. Instead, you have to use a **require** statement, which doesn't offer you the typesafety capabilities that using the **import** statement does. Eventually, it is up to you to decide if loading significantly more code into your bundles is worth preserving the typesafety capabilities.
131131

132132
> [!NOTE]
133-
> Some of the Lodash methods are provided with the SharePoint Framework in the **@microsoft/sp-lodash-subset** library. Before using Lodash, verify if the method that you want to use isn't already available in the **@microsoft/sp-lodash-subset** library, which is already available as a part of the SharePoint Framework and does not need to be included in your bundle.
133+
> Some of the Lodash methods are provided with the SharePoint Framework in the **\@microsoft/sp-lodash-subset** library. Before using Lodash, verify if the method that you want to use isn't already available in the **\@microsoft/sp-lodash-subset** library, which is already available as a part of the SharePoint Framework and does not need to be included in your bundle.
134134
135135
## See also
136136

0 commit comments

Comments
 (0)