Skip to content

Commit af18796

Browse files
committed
fix: normalize vue deps path
1 parent 101e07b commit af18796

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

src/overlay/compiler.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,7 @@ import { parse, compileScript as scriptCompiler, compileStyle as styleCompiler,
66
const __filename = fileURLToPath(import.meta.url)
77
const __dirname = dirname(__filename)
88

9-
export const NORMALIZE_VUE_PATH = "/node_modules/.vite/vue.js?v=browserHash"
9+
export const NORMALIZE_VUE_PATH = "/node_modules/.vite/deps/vue.js?v=browserHash"
1010
export const OVERLAY_ID = "vite_vue_inspector_overlay"
1111
export const OVERLAY_CONTAINER_ID = "vite_vue_inspector_overlay_container"
1212
export const OVERLAY_FILE_NAME = "Overlay.vue"

0 commit comments

Comments
 (0)