Hi there,
I have an app and some npm packages. I bundle these packages using rollup. I would like to use this plugin on my packages bundled with rollup, however, I can't seem to get it to work. I'm using the rollup-babel plugin. Do I need to include the packages in my app babel config? How could I make this work?
Thanks!
Hi there,
I have an app and some npm packages. I bundle these packages using rollup. I would like to use this plugin on my packages bundled with
rollup, however, I can't seem to get it to work. I'm using therollup-babelplugin. Do I need to include the packages in my app babel config? How could I make this work?Thanks!