Skip to content

tailwindcss-patch@9.0.0-alpha.3

Pre-release
Pre-release

Choose a tag to compare

@github-actions github-actions released this 15 Mar 06:48
· 116 commits to main since this release

Patch Changes

  • πŸ› Fix the published CommonJS runtime entry so non-CLI APIs no longer eagerly load the ESM-only cac dependency. CLI code is now split into a separate lazy-loaded bundle, which keeps require('tailwindcss-patch') working in CommonJS config loaders while preserving CLI factory support. e6b0fa3 by @sonofmagic