Skip to content

Commit df8e419

Browse files
authored
Merge pull request #389 from s950329/patch-1
Update mix.md
2 parents fa6feba + 3ae7c40 commit df8e419

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

mix.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -307,7 +307,7 @@ Mix 提供了一个 `webpackConfig` 方法来合并任何 `Webpack` 配置以覆
307307

308308
mix.js('resources/assets/js/app.js', 'public/js');
309309

310-
if (mix.inProduction) {
310+
if (mix.inProduction()) {
311311
mix.version();
312312
}
313313

0 commit comments

Comments
 (0)