solidjs / templates

Vite + solid templates
446 stars 117 forks source link

Fixed vitest templates #115

Open mustevenplay opened 1 year ago

mustevenplay commented 1 year ago

'registerNodeLoader' on true wouldn't let the tests run successfully, not in this version, nor in newer. It also is necessary to have it explicitly on false, or else, the tests wouldn't work either.

Besides it doesn't log any warning on dependency duplicity, like it does in other cases, so I also removed the comments that said that.

awhitford commented 12 months ago

I tried adjusting the registerNodeLoader to false, but it did not resolve #135.

atk commented 11 months ago

This is because vite-plugin-solid overwrites a few settings.