From c364b2938da7e689e38a6883c010e930a87dd0fd Mon Sep 17 00:00:00 2001 From: Matthias <18034092+matthias-ccri@users.noreply.github.com> Date: Fri, 16 Aug 2024 11:43:19 -0400 Subject: [PATCH] Fix formatting of webpackExports section --- src/content/api/module-methods.mdx | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/src/content/api/module-methods.mdx b/src/content/api/module-methods.mdx index 2825510a51ec..d633082f2a6c 100644 --- a/src/content/api/module-methods.mdx +++ b/src/content/api/module-methods.mdx @@ -190,7 +190,9 @@ A regular expression that will be matched against during import resolution. Any T> Note that `webpackInclude` and `webpackExclude` options do not interfere with the prefix. eg: `./locale`. -`webpackExports`: tells webpack to only bundle the specified exports of a dynamically `import()`ed module. It can decrease the output size of a chunk. Available since [webpack 5.0.0-beta.18](https://github.com/webpack/webpack/releases/tag/v5.0.0-beta.18). +##### `webpackExports` + +Tells webpack to only bundle the specified exports of a dynamically `import()`ed module. It can decrease the output size of a chunk. Available since [webpack 5.0.0-beta.18](https://github.com/webpack/webpack/releases/tag/v5.0.0-beta.18). ## CommonJS