From ef578b54ee1b00f40eae0d53038195b89c75c2d3 Mon Sep 17 00:00:00 2001 From: chenxsan Date: Sat, 8 Aug 2020 20:50:40 +0800 Subject: [PATCH 1/3] docs(configuration): document external script --- src/content/configuration/externals.md | 58 ++++++++++++++++++++++++++ 1 file changed, 58 insertions(+) diff --git a/src/content/configuration/externals.md b/src/content/configuration/externals.md index 70aeba24b45d..24a047c86e6d 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 with HTML `