Simplify mix require

Note that I left your dang `const` as it is, even though it's stupid. `let` for life. 💃💃💃💃
This commit is contained in:
Jeffrey Way 2017-06-01 13:26:02 -04:00 committed by GitHub
parent a9268c5f58
commit 7311c32bc3

2
webpack.mix.js vendored
View File

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