We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
vite-plugin-vue-inspector/packages/core/src/index.ts
Lines 242 to 258 in 48dc0af
before:
import { createTextVNode as _createTextVNode2, createVNode as _createVNode2, resolveComponent as _resolveComponent2 } from "vue";
after:
... function _createVNode(...args) { return _interopVNode(__createVNode(...args)) } ... import { createTextVNode as _createTextVNode2, 2, resolveComponent as _resolveComponent2 } from "vue";
可能是由于对于部分组件文件使用jsx,导致的打包时重复引入,对于_createVNode2的别名情况未处理
The text was updated successfully, but these errors were encountered:
No branches or pull requests
vite-plugin-vue-inspector/packages/core/src/index.ts
Lines 242 to 258 in 48dc0af
before:
after:
可能是由于对于部分组件文件使用jsx,导致的打包时重复引入,对于_createVNode2的别名情况未处理
The text was updated successfully, but these errors were encountered: