vite-plugin-relay icon indicating copy to clipboard operation
vite-plugin-relay copied to clipboard

Use type: module for Vite 3 example

Open tobias-tengler opened this issue 1 year ago • 1 comments

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.

tobias-tengler avatar Sep 10 '22 06:09 tobias-tengler

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.

oscartbeaumont avatar Sep 10 '22 06:09 oscartbeaumont