Skip to content

Commit 9dfc5b1

Browse files
author
Franck Freiburger
committed
wip(core): fix '@vue/compiler-sfc/package.json' path
1 parent 07d1b0d commit 9dfc5b1

File tree

1 file changed

+2
-1
lines changed

1 file changed

+2
-1
lines changed

src/createVue3SFCModule.ts

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -37,7 +37,8 @@ import {
3737
} from './types'
3838

3939
// @ts-ignore (Cannot find module '@vue/compiler-sfc/../../package.json' or its corresponding type declarations.)
40-
export { version as vueVersion } from '@vue/compiler-sfc/../../package.json'
40+
//export { version as vueVersion } from '@vue/compiler-sfc/../../package.json'
41+
export { version as vueVersion } from '@vue/compiler-sfc/package.json'
4142

4243
/**
4344
* @ignore

0 commit comments

Comments
 (0)