@@ -6,6 +6,7 @@ function resolve(dir) {
const name = process.env.VUE_APP_TITLE || '门店拜访'; // 网页标题
const port = 8888; // 端口
module.exports = {
+ parallel: false, // 强制关闭多线程构建
// publicPath: process.env.NODE_ENV === "production" ? "/mobile/" : "/",
publicPath: '/mobile/',
outputDir: 'mobile',