You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
// - "Error when using sourcemap for reporting an error: Can't resolve original location of error.",
80
+
// - '"undefined" is not exported by "node_modules/vue/dist/vue.esm-bundler.js", imported by "packages/unplugin-vue-i18n/test/fixtures/directives/xxx.vue".'
81
+
if(ignoreIds?.includes(log.id)){
82
+
return// ignore
83
+
}
84
+
}
68
85
}
69
86
}
70
87
})
@@ -127,7 +144,8 @@ export function bundleWebpack(
0 commit comments