tailwindlabs / tailwindcss-intellisense

Intelligent Tailwind CSS tooling for Visual Studio Code
2.74k stars 181 forks source link

chore: bump enhanced-resolve version #971

Closed 43081j closed 1 month ago

43081j commented 1 month ago

Builds on #907 but bumps the version of enhanced-resolve to latest.

Also drops a replace which should now be solved inside enhanced-resolve itself.

tests seem to pass but i'm not aware of a specific one to test what the replace was fixing/working around. if someone can point me in the right direction, im happy to add one

thecrypticace commented 1 month ago

Ah fantastic they've finally merged the fix. I'm gonna to do some testing to verify that things work and will get this merged probably tomorrow.

thecrypticace commented 1 month ago

I tried to create a project similar to what was being fixed originally but it doesn't work in the existing extension 🙃

This doesn't seem to break other things though so I'm going to roll with it for now and will keep an eye out for PnP related issues. Thanks!

43081j commented 1 month ago

thanks for taking a look 🙏

if any issues do come up, give me a shout and ill be happy to help