Skip to content

Commit e50ca3d

Browse files
authored
Merge pull request #4283 from laravel/mix-patch
Simplify mix require
2 parents a9268c5 + 4247988 commit e50ca3d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

webpack.mix.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const { mix } = require('laravel-mix');
1+
let mix = require('laravel-mix');
22

33
/*
44
|--------------------------------------------------------------------------

0 commit comments

Comments
 (0)