Skip to content

Commit 7311c32

Browse files
authored
Simplify mix require
Note that I left your dang `const` as it is, even though it's stupid. `let` for life. 💃💃💃💃
1 parent a9268c5 commit 7311c32

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+
const mix = require('laravel-mix');
22

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

0 commit comments

Comments
 (0)