Thream / styled-jsx-plugin-sass

Plugin to add Sass support to styled-jsx.
https://npmjs.com/@styled-jsx/plugin-sass
MIT License
24 stars 4 forks source link

[Improvement] Next.JS 12 support + SWC #100

Open timothymiller opened 3 years ago

timothymiller commented 3 years ago

Type of Improvement

SWC support in Next.JS v12

Proposal

We need to drop babel for SWC to be enabled.

Rewrite the babel config as rust transforms to support SWC.

theoludwig commented 3 years ago

Hey! :wave:

Thanks for your suggestion @timothymiller, feel free to open a PR to do that, I don't code in rust, so I can't help there, but would be more than happy to review a PR, test it etc.

zombiefredrik commented 2 years ago

@timothymiller Did you find any work around for this until someone is able to fix it? Trying to upgrade a next.js app to v12 and hit this speed bump.

shay-alaluf commented 11 months ago

any update?