Closed tttptd closed 7 years ago
I found #6, but error is still there. Maybe i do something wrong? laravel-elixir-rollup-official@1.1.0
I am having the same issue as above.
mix.rollup([ '/components/util/util.js', '/components/form/validator.js', ]);
I need each file passed to process all its 'import' and compile into diferent files (on per entry).
I am doing this, now, calling .rollup() once for each entry, which results in a "Call max stack error" when using gulp watch.
any idea how to accomplish this?
Gulpfile:
I try to use two steps build:
works fine, when i use
gulp
, but with--production
it fails.