Commit 7479a8b9 authored by Taylor Otwell's avatar Taylor Otwell Committed by GitHub

Merge pull request #4019 from jirehstudios/master

Added recommended parentheses
parents d22b32f4 3222e302
...@@ -13,7 +13,7 @@ require('laravel-elixir-vue-2'); ...@@ -13,7 +13,7 @@ require('laravel-elixir-vue-2');
| |
*/ */
elixir(mix => { elixir((mix) => {
mix.sass('app.scss') mix.sass('app.scss')
.webpack('app.js'); .webpack('app.js');
}); });
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment