Skip to content

Commit 0cef3f6

Browse files
Merge pull request SharePoint#6628 from andrewconnell/docfix6623
update doc to remove broken link
2 parents 8886ffd + 042b518 commit 0cef3f6

File tree

1 file changed

+1
-4
lines changed

1 file changed

+1
-4
lines changed

docs/spfx/web-parts/basics/add-an-external-library.md

Lines changed: 1 addition & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,7 @@
11
---
22
title: Add an external library to your SharePoint client-side web part
33
description: Bundle a JavaScript external library and share libraries.
4-
ms.date: 12/02/2020
4+
ms.date: 01/22/2021
55
ms.prod: sharepoint
66
localization_priority: Priority
77
---
@@ -124,9 +124,6 @@ In this example, you'll load jQuery from CDN. You don't need to install the NPM
124124

125125
Some scripts follow the legacy JavaScript pattern of storing the library on the global namespace. This pattern is now deprecated in favor of [Universal Module Definitions (UMD)](https://github.com/umdjs/umd)/[Asynchronous Module Definitions (AMD)](https://en.wikipedia.org/wiki/Asynchronous_module_definition) or [ES6 modules](https://github.com/lukehoban/es6features/blob/master/README.md#modules). However, you might need to load such libraries in your web part.
126126

127-
> [!TIP]
128-
> It's difficult to determine manually whether the script that you're trying to load is an AMD or a non-AMD script. This is especially the case if the script that you're trying to load is minified. If your script is hosted on a publicly accessible URL, you can use the free [Rencore SharePoint Framework Script Check](https://rencore.com/sharepoint-framework/script-check/) tool to determine the type of script for you. Additionally, this tool lets you know whether the hosting ___location from which you're loading the script is properly configured.
129-
130127
To load a non-AMD module, you add an additional property to the entry in your **config.json** file.
131128

132129
### Example

0 commit comments

Comments
 (0)