intlify / vite-plugin-vue-i18n

:globe_with_meridians: Vite plugin for Vue I18n
MIT License
127 stars 8 forks source link

Fix test fail on windows #45

Closed PeterAlfredLee closed 3 years ago

PeterAlfredLee commented 3 years ago

The test resource-compilation.test.ts is failing on windows because the include path is different from the ones in macos/linux. A call of normalizePath in vite can easily fix this.

PeterAlfredLee commented 3 years ago

I'm glad this helps a little bit. :)