Closed abernier closed 1 year ago
steps to reproduce:
$ npm create vite@latest
$ cd vite-project
$ npm i
$ npm i vite-plugin-glsl
Hi @abernier, thank you so much for your contribution! ❤
I'll publish a new version on NPM with this support for vite^4.0
asap.
Please consider smashing a ⭐if you've found this plugin useful to your purposes, thanks!
since few days, vite 4 is out. Projects using
vite@4
, andvite-plugin-gsl
will encounter this peerDep issue:NB: FYI I tried using
vite-plugin-glsl
on a vite 4 project (--force
ing the warning and has no issue with)...