feat-agency / vite-plugin-webfont-dl

⚡ Webfont Download Vite Plugin - Make your Vite site load faster
MIT License
302 stars 11 forks source link

Vite 3 support? #8

Closed Drumpy closed 2 years ago

Drumpy commented 2 years ago

Hi! I'm having problems with Vite v3.


npm ERR! ERESOLVE unable to resolve dependency tree
npm ERR!
npm ERR! While resolving: vite-project@0.0.0
npm ERR! Found: vite@3.0.2
npm ERR! node_modules/vite
npm ERR!   dev vite@"^3.0.0" from the root project
npm ERR!
npm ERR! Could not resolve dependency:
npm ERR! peer vite@"^2" from vite-plugin-webfont-dl@2.2.0
npm ERR! node_modules/vite-plugin-webfont-dl
npm ERR!   dev vite-plugin-webfont-dl@"*" from the root project```

Thanks for the help!
0xb4lint commented 2 years ago

Thanks @Drumpy!

I've just released a new version (v2.2.1) with Vite 3 support.