From 5214ae206e81e8439b39bc237139222f63ebd7bd Mon Sep 17 00:00:00 2001 From: Nitin Kumar Date: Wed, 2 Feb 2022 05:41:15 +0530 Subject: [PATCH] docs(configuration): update `externals` option types --- src/content/configuration/externals.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/content/configuration/externals.mdx b/src/content/configuration/externals.mdx index b2211153896e..6b7e43f0ed98 100644 --- a/src/content/configuration/externals.mdx +++ b/src/content/configuration/externals.mdx @@ -24,7 +24,7 @@ The `externals` configuration option provides a way of excluding dependencies fr ## externals -`string` `[string]` `object` `function` `RegExp` +`string` `object` `function` `RegExp` `[string, object, function, RegExp]` **Prevent bundling** of certain `import`ed packages and instead retrieve these _external dependencies_ at runtime.