Replace critters with beasties #72039
roderickhsiao
started this conversation in
Ideas
Replies: 1 comment
-
Hi, I see this is one of the top discussions from last 12 month So the question is what is holding back ? Would a PR tackling this be accepted ? What need to be discussed ? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
(not a bug, perhaps an enhancement?)
Link to the code that reproduces this issue
https://github.com/roderickhsiao/with-tailwindcss-app/blob/main/package.json#L12
To Reproduce
optimizeCss
flagCurrent vs. Expected behavior
No warning when opt-in optimize CSS
Provide environment information
Operating System: Platform: darwin Arch: arm64 Version: Darwin Kernel Version 24.1.0: Thu Oct 10 21:03:11 PDT 2024; root:xnu-11215.41.3~2/RELEASE_ARM64_T6020 Available memory (MB): 32768 Available CPU cores: 12 Binaries: Node: 22.11.0 npm: 10.9.0 Yarn: 1.22.19 pnpm: N/A Relevant Packages: next: 15.0.2 // Latest available version is detected (15.0.2). eslint-config-next: 15.0.2 react: 19.0.0-rc-02c0e824-20241028 react-dom: 19.0.0-rc-02c0e824-20241028 typescript: 5.6.3 Next.js Config: output: N/A
Which area(s) are affected? (Select all that apply)
Not sure
Which stage(s) are affected? (Select all that apply)
next build (local)
Additional context
https://www.npmjs.com/package/critters
critters transferred ownership to beasties and marked the package as deprecated.
As the module import is in the nextjs logic, it is a bit of work to replace the module from Nextjs end user. Changing the module could also be a breaking change, not sure what is the best approach.
Beta Was this translation helpful? Give feedback.
All reactions