Subscribe on changes!

fix: prioritize .mjs files over .js files

avatar
May 13th 2020

Prioritize .mjs files over .js files. This does not really follow spec but will make vite a lot more compatible with existing modules out there.

One example is the graphql package mentioned in #127

Fixes #127