We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e7750c4 commit be42a96Copy full SHA for be42a96
src/content/configuration/output.mdx
@@ -921,7 +921,7 @@ module.exports = {
921
922
- 类型:`string`
923
924
- 类型默认包括 `'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'`,除此之外也可以通过插件添加。
925
926
对于接下来的实例,我们将会使用 `__entry_return_` 表示被入口点返回的值。
927
0 commit comments