From a7fe0fb538bfb09ae50e58c12aa5fb57d83fb6bd Mon Sep 17 00:00:00 2001 From: ZZJ <zzjdsg2300@163.com> Date: 星期四, 18 十一月 2021 10:11:13 +0800 Subject: [PATCH] Merge branch 'bhomebus' of http://192.168.5.5:10010/r/web/vue-smart-ai into bhomebus --- vue.config.js | 24 ++++++++++++------------ 1 files changed, 12 insertions(+), 12 deletions(-) diff --git a/vue.config.js b/vue.config.js index fe485fa..c021ded 100644 --- a/vue.config.js +++ b/vue.config.js @@ -44,7 +44,7 @@ const serverUrl = "http://192.168.20.189:7009"; //const serverUrl = "http://192.168.20.10:9000"; -const cir = require("circular-dependency-plugin"); +// const cir = require("circular-dependency-plugin"); module.exports = { pages, @@ -136,17 +136,17 @@ }, }, }, - configureWebpack: { - plugins: [ - new cir({ - exclude: /a\.js|node_modules/, - include: /dir/, - failOnError: true, - allowAsyncCycles: false, - cwd: process.cwd(), - }), - ], - }, + // configureWebpack: { + // plugins: [ + // new cir({ + // exclude: /a\.js|node_modules/, + // include: /dir/, + // failOnError: true, + // allowAsyncCycles: false, + // cwd: process.cwd(), + // }), + // ], + // }, /* css:{ loaderOptions:{ scss:{ -- Gitblit v1.8.0