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 ba367c0 commit b314435Copy full SHA for b314435
vite.config.mts
@@ -64,7 +64,8 @@ export default defineConfig({
64
comfyAPIPlugin(IS_DEV),
65
generateImportMapPlugin([
66
{ name: 'vue', pattern: /[\\/]node_modules[\\/]vue[\\/]/ },
67
- { name: 'primevue', pattern: /[\\/]node_modules[\\/]primevue[\\/]/ }
+ { name: 'primevue', pattern: /[\\/]node_modules[\\/]primevue[\\/]/ },
68
+ { name: 'vue-i18n', pattern: /[\\/]node_modules[\\/]vue-i18n[\\/]/ }
69
]),
70
addElementVnodeExportPlugin(),
71
0 commit comments