Hacker News new | ask | show | jobs
by edvards 1454 days ago
is it compatible with what webpack has
1 comments

Yes and No.

Yes, it has the same ability like webpack, which allow you to plug the logic you need into the system and change the results to fit your requirement.

No, the config file or the plugins isn't compatible, because it is based on rollup. So you need to find rollup plugins instead.

But when you make the switch you’ll discover that you don’t need any of the config because it’s all pretty well up and running out of the box.