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

Babel plugin not running on ^4.3.0

deini opened this issue · comments

Not sure if I'm missing something but seems like I can't get babel-plugin-styled-components to run with rollup-babel-plugin.

It seems to work fine using 4.2.0 and below, but anything after 4.3.0 seems to behave differently.

Here is a repo https://github.com/deini/rpb-debug master branch is on 4.3.3 and there is a 4.2.0 branch. There are two directories for rollup-output and babel-output. You can see the difference in the output from @babel/cli vs rollup and how similar they are on the 4.2.0 branch.

I believe this is the same issue as the one investigated here: #320 (comment) and it should be reported to styled-components team. Sorry that you had to wait for an answer for so long.