vite-plugin-relay
vite-plugin-relay copied to clipboard
Use type: module for Vite 3 example
New Vite projects use "type": "module"
per default. Supporting this in parallel to Vite 2 was one of the efforts of my original PR for Vite 3 support. Re-adding the "type": "module"
to test this case.
I removed it to fix the error that is currently being thrown in CI because I couldn't find a better fix.
Feel free to merge this PR if you can get the tests passing again.