Commit cdbbe862 authored by Taylor Otwell's avatar Taylor Otwell

Jeffrey says stay with web pack.

parent 203d79fb
...@@ -13,5 +13,5 @@ var elixir = require('laravel-elixir'); ...@@ -13,5 +13,5 @@ var elixir = require('laravel-elixir');
elixir(function(mix) { elixir(function(mix) {
mix.sass('app.scss') mix.sass('app.scss')
.rollup('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