Error on start in 0.13.0 using vite #677
-
Hi ! Here the basic config : // vite.config.ts
import VueRouter from 'unplugin-vue-router/vite'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [
VueRouter({
extensions: ['.page.vue', '.vue'],
importMode: 'async',
}),
vue(),
], It's working fine on 0.12.0 but as soon as I upgrade to 0.13.0 I get that
other than that the have a nice day ! |
Beta Was this translation helpful? Give feedback.
Answered by
posva
Jul 23, 2025
Replies: 1 comment
-
It seems to work with 0.14.x. If upgrading doesn't fix it for you, a boiled down repro (with latest version) will help |
Beta Was this translation helpful? Give feedback.
0 replies
Answer selected by
posva
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
It seems to work with 0.14.x. If upgrading doesn't fix it for you, a boiled down repro (with latest version) will help