ZZJ
2021-11-16 6d8222ebcbb4ff1074646d65de8b35bcd8404f11
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:{