Use arrow functions instead of functions

This commit is contained in:
Diogo Azevedo
2016-08-12 09:31:18 -03:00
parent 788a648165
commit afb3e1c93d
2 changed files with 2 additions and 2 deletions

View File

@@ -13,7 +13,7 @@ require('laravel-elixir-vue');
|
*/
elixir(function(mix) {
elixir(mix => {
mix.sass('app.scss')
.webpack('app.js');
});