ZZJ
2021-11-18 a7fe0fb538bfb09ae50e58c12aa5fb57d83fb6bd
Merge branch 'bhomebus' of http://192.168.5.5:10010/r/web/vue-smart-ai into bhomebus
1个文件已修改
24 ■■■■ 已修改文件
vue.config.js 24 ●●●● 补丁 | 查看 | 原始文档 | blame | 历史
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:{