Skip to content

Commit

Permalink
docs(cn): fix commonjs-module code not fully displayed (#1628)
Browse files Browse the repository at this point in the history
* fix: fix commonjs-module code not fully displayed

* Update src/content/configuration/output.mdx

Co-authored-by: Jacob <[email protected]>
  • Loading branch information
hefeng6500 and jacob-lcs authored Aug 30, 2022
1 parent e7750c4 commit be42a96
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/content/configuration/output.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -921,7 +921,7 @@ module.exports = {

- 类型:`string`

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

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

Expand Down

0 comments on commit be42a96

Please sign in to comment.