Skip to content

Commit 0f80c77

Browse files
authored
Merge pull request #1044 from kulakowka/patch-2
Fixed typo
2 parents ded56d6 + 0800509 commit 0f80c77

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 @@ module.exports = function (env) {
133133
Have the following snippet in your webpack.config.js:
134134
```js
135135
function buildConfig(env) {
136-
return require('./config/' + env + '.js')({ env: env })
136+
return require('./config/' + env + '.js')(env)
137137
}
138138

139139
module.exports = buildConfig;

0 commit comments

Comments
 (0)