Skip to content

Commit 751e6f1

Browse files
Merge pull request SharePoint#5181 from hyoshioka0128/patch-14
Typo "**@microsoft/sp-lodash-subset**"→"**\@microsoft/sp-lodash-subse…
2 parents a8fb6ca + 5ec5a83 commit 751e6f1

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)