| | |
| | | "@vue/eslint-config-prettier": "^5.0.0", |
| | | "@vue/eslint-config-typescript": "^4.0.0", |
| | | "babel-eslint": "^10.0.1", |
| | | "circular-dependency-plugin": "^5.2.2", |
| | | "eslint": "^5.16.0", |
| | | "eslint-plugin-prettier": "^3.1.0", |
| | | "eslint-plugin-vue": "^5.0.0", |
| | |
| | | "prettier": "^1.18.2", |
| | | "sass": "^1.18.0", |
| | | "sass-loader": "^7.1.0", |
| | | "typescript": "~3.2.1", |
| | | "typescript": "3.5", |
| | | "vue-template-compiler": "^2.6.11" |
| | | }, |
| | | "eslintConfig": { |
| | |
| | | "paths": { |
| | | "@/*": ["src/*"] |
| | | }, |
| | | "lib": ["esnext", "dom", "dom.iterable", "scripthost"] |
| | | "lib": ["esnext", "dom", "dom.iterable", "scripthost"], |
| | | "skipLibCheck": true |
| | | }, |
| | | "include": [ |
| | | "src/**/*.ts", |
| | |
| | | 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) => { |
| | |
| | | }, |
| | | }, |
| | | }, |
| | | configureWebpack: { |
| | | plugins: [ |
| | | new cir({ |
| | | exclude: /a\.js|node_modules/, |
| | | include: /dir/, |
| | | failOnError: true, |
| | | allowAsyncCycles: false, |
| | | cwd: process.cwd(), |
| | | }), |
| | | ], |
| | | }, |
| | | /* css:{ |
| | | loaderOptions:{ |
| | | scss:{ |