提交 296f2d63 编写于 作者: fxy060608's avatar fxy060608

fix(h5): Compatible with vite@3 (#3909)

上级 6118e51c
......@@ -68,11 +68,11 @@ export function uniEasycomPlugin(options: UniEasycomPluginOptions): Plugin {
if (!filter(id)) {
return
}
const { filename, query } = parseVueRequest(id)
if (
query.type !== 'template' &&
(query.vue || !EXTNAME_VUE_TEMPLATE.includes(path.extname(filename)))
) {
const { filename } = parseVueRequest(id)
if (!EXTNAME_VUE_TEMPLATE.includes(path.extname(filename))) {
return
}
if (!code.includes('_resolveComponent')) {
return
}
let i = 0
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册