Skip to content

Commit ad259a4

Browse files
docs(api): Fix formatting of webpackExports section (#7360)
1 parent 2059983 commit ad259a4

File tree

1 file changed

+3
-1
lines changed

1 file changed

+3
-1
lines changed

src/content/api/module-methods.mdx

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -190,7 +190,9 @@ A regular expression that will be matched against during import resolution. Any
190190

191191
T> Note that `webpackInclude` and `webpackExclude` options do not interfere with the prefix. eg: `./locale`.
192192

193-
`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).
193+
##### `webpackExports`
194+
195+
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).
194196

195197
## CommonJS
196198

0 commit comments

Comments
 (0)