Skip to content

Commit 4f33f8a

Browse files
Merge pull request docschina#195 from lukesomnus/patch-1
修改文中一处错误
2 parents 1343343 + 27dad75 commit 4f33f8a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

content/guides/production-build.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -133,7 +133,7 @@ function buildConfig(env) {
133133
return require('./config/' + env + '.js')({ env: env })
134134
}
135135

136-
module.exports = buildConfig(env);
136+
module.exports = buildConfig;
137137
```
138138
在 package.json 文件中我们使用webpack构建我们的应用,所需需要在 package.json 中添加以下命令:
139139
```js

0 commit comments

Comments
 (0)