JeffreyWay / Laravel-Elixir-Rollup

Official Rollup extension for Laravel Elixir. (Includes support for .vue files).
29 stars 12 forks source link

Option to compile all the files without create a bundle #2

Closed wesleyhf closed 8 years ago

wesleyhf commented 8 years ago

In my current gulpfile.js i made a workaround for this.

    let files = [...];
    files.forEach((file) => mix.rollup(file));