Closed 2gen closed 1 month ago
Thanks for the bug report and sorry for the delay! I'm pretty sure this issue was due to a misconfiguration of the package's package.json exports > import
path. I've fixed this in 0.4.1
so please upgrade and let me know if that solves it for you.
@kaelansmith Thank you this has fixed our issue.
Hello, I am trying to use your plugin with RootsIO Sage.
Sage's deployment of Tailwind you cannot "require" in the tailwind.config.js and instead you need to import the modules at the top: https://discourse.roots.io/t/tailwind-config-js-and-require-vs-import-esm/27914
However when I attempt to do that with this plugin I get an error.
tailwind.config.js:
Error on compile:
Unknown file extension ".ts" for node_modules/tailwind-extended-shadows/dist/index.d.ts
Any ideas?
Thanks!