Skip to content

Commit be42a96

Browse files
docs(cn): fix commonjs-module code not fully displayed (#1628)
* fix: fix commonjs-module code not fully displayed * Update src/content/configuration/output.mdx Co-authored-by: Jacob <[email protected]>
1 parent e7750c4 commit be42a96

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/configuration/output.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -921,7 +921,7 @@ module.exports = {
921921

922922
- 类型:`string`
923923

924-
类型默认包括 `'var'``'module'``'assign'``'assign-properties'``'this'``'window'``'self'``'global'``'commonjs'``'commonjs2'``'commonjs-module'``'commonjs-static'``'amd'``'amd-require'``'umd'``'umd2'``'jsonp'` 以及 `'system'`,除此之外也可以通过插件添加。
924+
类型默认包括 `'var'` `'module'` `'assign'` `'assign-properties'` `'this'` `'window'` `'self'` `'global'` `'commonjs'` `'commonjs2'` `'commonjs-module'` `'commonjs-static'` `'amd'` `'amd-require'` `'umd'` `'umd2'` `'jsonp'` 以及 `'system'`,除此之外也可以通过插件添加。
925925

926926
对于接下来的实例,我们将会使用 `__entry_return_` 表示被入口点返回的值。
927927

0 commit comments

Comments
 (0)