vue.config.js
@@ -44,6 +44,8 @@ const serverUrl = "http://192.168.20.189:7009"; //const serverUrl = "http://192.168.20.10:9000"; const cir = require("circular-dependency-plugin"); module.exports = { pages, chainWebpack: (config) => { @@ -134,6 +136,17 @@ }, }, }, configureWebpack: { plugins: [ new cir({ exclude: /a\.js|node_modules/, include: /dir/, failOnError: true, allowAsyncCycles: false, cwd: process.cwd(), }), ], }, /* css:{ loaderOptions:{ scss:{