rollup / rollup-plugin-babel

This package has moved and is now available at @rollup/plugin-babel / https://github.com/rollup/plugins/tree/master/packages/babel

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Does not work with classes?

muuvmuuv opened this issue · comments

When I try to rollup my entry file boobreaks.ts it still outputs the class but with pure babel it compiles it correctly. Seems like babel is not called.