mirror of
https://github.com/laravel/laravel.git
synced 2025-02-20 11:53:14 +08:00
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:
parent
a9268c5f58
commit
7311c32bc3
2
webpack.mix.js
vendored
2
webpack.mix.js
vendored
@ -1,4 +1,4 @@
|
||||
const { mix } = require('laravel-mix');
|
||||
const mix = require('laravel-mix');
|
||||
|
||||
/*
|
||||
|--------------------------------------------------------------------------
|
||||
|
Loading…
x
Reference in New Issue
Block a user