Skip to content

Commit

Permalink
Merge pull request #4283 from laravel/mix-patch
Browse files Browse the repository at this point in the history
Simplify mix require
  • Loading branch information
taylorotwell committed Jun 1, 2017
2 parents a9268c5 + 4247988 commit e50ca3d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion webpack.mix.js
@@ -1,4 +1,4 @@
const { mix } = require('laravel-mix');
let mix = require('laravel-mix');

/*
|--------------------------------------------------------------------------
Expand Down

0 comments on commit e50ca3d

Please sign in to comment.