oscartbeaumont / vite-plugin-relay

A vite plugin for Relay
MIT License
81 stars 14 forks source link

Use type: module for Vite 3 example #457

Closed tobias-tengler closed 11 months ago

tobias-tengler commented 2 years ago

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.

oscartbeaumont commented 2 years ago

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.