Commit 203d79fb authored by Taylor Otwell's avatar Taylor Otwell

Use rollup by default instead of web pack.

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