diff --git a/src/content/configuration/externals.md b/src/content/configuration/externals.md index 70aeba24b45d..608fa59a1acf 100644 --- a/src/content/configuration/externals.md +++ b/src/content/configuration/externals.md @@ -321,6 +321,7 @@ Supported types: - `'system'` - `'promise'` - same as `'var'` but awaits the result (async module) - `'import'` - uses `import()` to load a native EcmaScript module (async module) +- `'script'` - load script exposing predefined global variables with HTML `