Commit 203d79fb by 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');
});
......@@ -8,6 +8,6 @@
"bootstrap-sass": "3.3.6",
"gulp": "^3.9.1",
"laravel-elixir": "^6.0.0-9",
"laravel-elixir-webpack-official": "^1.0.2"
"laravel-elixir-rollup-official": "^1.0.4"
}
}
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