| | |
| | | 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, |
| | |
| | | }, |
| | | }, |
| | | }, |
| | | 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:{ |