Replies: 3 comments
-
Hey @zwagnr. As far as I know, to get Macaron working with NextJS, we need to get the webpack plugin up and running. The webpack plugin seems to be under development: @Mokshit06 will probably be the right person to give you an update on this, though |
Beta Was this translation helpful? Give feedback.
-
Hey @zwagnr, as @kavinvalli said, macaron doesn't have a nextjs plugin yet. If you're interested in working on it that's great! I can help you with understanding macaron's internals, or you can see the implementation of other plugins |
Beta Was this translation helpful? Give feedback.
-
Did someone already start working on this? I'm wondering what the best forward would be, since webpack's time within NextJS seems to be running out, while this part of the docs makes me think that turbopack would not yet support this kind of loader (the one that generates CSS files). That said, Webpack probably won't fade out before Turbopack supports such features, thus developing a webpack loader might still be the way to go for now? |
Beta Was this translation helpful? Give feedback.
-
Great work on this library so far!
Is there a plugin for NextJS in the works? If not, I may be interested in getting to work on one!
Beta Was this translation helpful? Give feedback.
All reactions