chore: the Tailwind CLI emits a module.register() deprecation warning on every build #355
Reference in New Issue
Block a user
Delete Branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
Captured during #344 rather than fixed there, to keep that unit scoped.
make buildemitsDeprecationWarning: module.register() is deprecatedfrom the Tailwind CLI invocation. A deprecation warning is an action item, not noise — it becomes a build failure on some future Node.Related but distinct: #237 tracks a
DEP0205 module.register()warning fromscript/test-e2e. Same underlying Node API, different invocation; whoever takes one should check whether the other has the same root cause.Definition of done
make buildemits no deprecation warning.REPO_POLICIES.md— no floating tag.make checkgreen, and the built artifacts are unchanged apart from the warning going away.