提交 976b13f8 编写于 作者: fxy060608's avatar fxy060608

fix(cli): babel-loader

上级 695c742a
......@@ -229,7 +229,9 @@ module.exports = function () {
},
resolveLoader: {
alias: {
'babel-loader': require.resolve('babel-loader')
'babel-loader': require.resolve('babel-loader', {
paths: [require.resolve('@vue/cli-plugin-babel')]
})
}
},
module: {
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册