Browse Source

Simplify mix require

Note that I left your dang `const` as it is, even though it's stupid. `let` for life. ๐Ÿ’ƒ๐Ÿ’ƒ๐Ÿ’ƒ๐Ÿ’ƒ
Jeffrey Way 7 years ago
parent
commit
7311c32bc3
1 changed files with 1 additions and 1 deletions
  1. 1 1
      webpack.mix.js

+ 1 - 1
webpack.mix.js

@@ -1,4 +1,4 @@
-const { mix } = require('laravel-mix');
+const mix = require('laravel-mix');
 
 /*
  |--------------------------------------------------------------------------