Closed s0h311 closed 7 months ago
Tailwind is using ESM for its config file by default for while now.
It's commonJS by default: https://tailwindcss.com/docs/installation
We're not going to replace the commonJS example, but yeah the ESM example will be added next to that. There's an open PR for that already: https://github.com/saadeghi/daisyui/pull/2989/files
mb, it really is cjs by default.
Tailwind is using ESM for its config file by default for while now.