johanholmerin / style9

CSS-in-JS compiler inspired by Meta's stylex
MIT License
570 stars 27 forks source link

Fix Next.js MiniCssExtractPlugin #67

Closed SukkaW closed 2 years ago

SukkaW commented 2 years ago

Ref: https://github.com/vercel/next.js/pull/25691

Next.js fixed the built-in MiniCssExtractPlugin missing HMR in https://github.com/vercel/next.js/pull/25691 and was released in v12.1.7-canary.11.

The PR tries to use Next.js' built-in MiniCssExtractPlugin when possible.

TxHawks commented 2 years ago

Wow, it's been months since I made that pull request. Completely gave up on it by now. Thanks for noticing