Closed tobias-tengler closed 11 months 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.
"type": "module"
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.
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.