We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent edc67ab commit f82ce2cCopy full SHA for f82ce2c
packages/vite-plugin-vue-i18n/src/index.ts
@@ -210,7 +210,7 @@ function pluginI18n(
210
async handleHotUpdate({ file, server }) {
211
if (/\.(json5?|ya?ml)$/.test(file)) {
212
const module = server.moduleGraph.getModuleById(
213
- INTLIFY_BUNDLE_IMPORT_ID
+ asVirtualId(INTLIFY_BUNDLE_IMPORT_ID)
214
)
215
if (module) {
216
server.moduleGraph.invalidateModule(module)
0 commit comments