Closed edison1105 closed 1 week ago
pnpm add https://pkg.pr.new/@vitejs/plugin-vue@446
pnpm add https://pkg.pr.new/@vitejs/plugin-vue-jsx@446
commit: c3d1ca0
什么时候能合入啊,急得不行,这个太影响使用了 @sxzz
Then why not try pkg-pr-new? https://github.com/vitejs/vite-plugin-vue/pull/446#issuecomment-2360600949
Description
close #423
use
resolveScript
instead ofgetResolvedScript
to compileScript if cache is not found because the script cache will be removed when the imported type is changed. https://github.com/vitejs/vite-plugin-vue/blob/2eac3b01a10225b9a476907d6d188309a6eb13bb/packages/plugin-vue/src/handleHotUpdate.ts#L349-L351Additional context
What is the purpose of this pull request?
Before submitting the PR, please make sure you do the following
fixes #123
).