提交 390a0cf0 编写于 作者: fxy060608's avatar fxy060608

Merge branch 'dev' of https://github.com/dcloudio/uni-app into v3

......@@ -9,7 +9,8 @@
"directory": "packages/uni-cli-shared"
},
"files": [
"lib"
"lib",
"template"
],
"scripts": {
"test": "echo \"Error: no test specified\" && exit 1"
......
......@@ -231,7 +231,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.
先完成此消息的编辑!
想要评论请 注册