Rollup vs webpack? Is it ok to use Rollup?

Sometime ago it was advised to switch from rollup to webpack what I did for my app.

It’s not clear if rollup is still actively supported and if it is ok to use it or I better stick with webpack for now.

What is Ionic team position on this and what is your experience with rollup?

Its somewhat supported. I can’t personally make it work.
Try adding --bundler rollup to your commandline build command.

1 Like