ZZJ
2021-11-18 a7fe0fb538bfb09ae50e58c12aa5fb57d83fb6bd
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:{