提交 012ad719 编写于 作者: fxy060608's avatar fxy060608

fix(v3): typescript Syntax Error (https://ask.dcloud.net.cn/question/91549)

上级 549d3724
......@@ -92,7 +92,7 @@ function getStylesCode(loaderContext) {
'app-vue'
)
}
return stylesCode.replace(/main\.js/g, 'App.vue')
return stylesCode.replace(/main\.[jt]s/g, 'App.vue')
}
module.exports = function(source, map) {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册