Skip to content

Commit

Permalink
wip(core): fix '@vue/compiler-sfc/package.json' path
Browse files Browse the repository at this point in the history
  • Loading branch information
Franck Freiburger committed Jun 27, 2021
1 parent 07d1b0d commit 9dfc5b1
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion src/createVue3SFCModule.ts
Original file line number Diff line number Diff line change
Expand Up @@ -37,7 +37,8 @@ import {
} from './types'

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

/**
* @ignore
Expand Down

0 comments on commit 9dfc5b1

Please sign in to comment.