提交 82eb082e 编写于 作者: fxy060608's avatar fxy060608

fix(qa): output,optimization

上级 8aae1390
...@@ -43,6 +43,14 @@ module.exports = { ...@@ -43,6 +43,14 @@ module.exports = {
devtool: false, devtool: false,
entry() { entry() {
return process.UNI_ENTRY return process.UNI_ENTRY
},
output: {
filename: '[name].js',
chunkFilename: '[name].js'
},
optimization: {
splitChunks: false,
runtimeChunk: false
}, },
externals: { externals: {
vue: 'Vue' vue: 'Vue'
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册