打包速度优化
Showing
build/worker.conf.js
0 → 100644
This diff is collapsed.
| ... | ... | @@ -5,7 +5,7 @@ |
| "author": "VIITTO", | ||
| "private": true, | ||
| "scripts": { | ||
| "dev": "node --max-old-space-size=4096 node_modules/webpack-dev-server/bin/webpack-dev-server.js --inline --progress --config build/webpack.dev.conf.js", | ||
| "dev": "webpack serve --hot --open --progress --config build/webpack.dev.conf.js", | ||
| "start": "npm run dev", | ||
| "lint": "eslint --ext .js,.vue src", | ||
| "serve": "node --max_old_space_size=4096 node_modules/.bin/vue-cli-service serve --open", | ||
| ... | ... | @@ -19,6 +19,7 @@ |
| "browser-md5-file": "^1.0.0", | ||
| "child_process": "^1.0.2", | ||
| "co": "^4.6.0", | ||
| "constants-browserify": "^1.0.0", | ||
| "cropperjs": "^1.5.6", | ||
| "echarts": "^4.1.0", | ||
| "element-ui": "^2.15.2", | ||
| ... | ... | @@ -30,10 +31,12 @@ |
| "jspdf": "^1.4.1", | ||
| "lrz": "^4.9.40", | ||
| "moment": "^2.24.0", | ||
| "os-browserify": "^0.3.0", | ||
| "particleground-light": "^1.0.6", | ||
| "pdfjs-dist": "^2.0.489", | ||
| "pinyin": "^2.8.3", | ||
| "qrcode": "^1.2.2", | ||
| "util": "^0.12.5", | ||
| "v-viewer": "^1.3.1", | ||
| "vue": "^2.5.2", | ||
| "vue-amap": "^0.5.6", | ||
| ... | ... | @@ -53,55 +56,63 @@ |
| "yarn": "^1.9.4" | ||
| }, | ||
| "devDependencies": { | ||
| "autoprefixer": "^7.1.2", | ||
| "babel-core": "^6.26.3", | ||
| "babel-eslint": "^8.2.1", | ||
| "@babel/core": "^7.21.3", | ||
| "@babel/eslint-parser": "^7.21.3", | ||
| "@babel/preset-env": "^7.20.2", | ||
| "@babel/preset-stage-2": "^7.8.3", | ||
| "autoprefixer": "^10.4.14", | ||
| "babel-helper-vue-jsx-merge-props": "^2.0.3", | ||
| "babel-loader": "^7.1.1", | ||
| "babel-loader": "^9.1.2", | ||
| "babel-plugin-syntax-jsx": "^6.18.0", | ||
| "babel-plugin-transform-runtime": "^6.22.0", | ||
| "babel-plugin-transform-vue-jsx": "^3.5.0", | ||
| "babel-plugin-transform-runtime": "^6.23.0", | ||
| "babel-plugin-transform-vue-jsx": "^3.7.0", | ||
| "babel-preset-env": "^1.7.0", | ||
| "babel-preset-stage-2": "^6.22.0", | ||
| "browserify-zlib": "^0.2.0", | ||
| "chalk": "^2.4.2", | ||
| "copy-webpack-plugin": "^4.0.1", | ||
| "css-loader": "^2.1.1", | ||
| "eslint": "^4.15.0", | ||
| "eslint-config-standard": "^10.2.1", | ||
| "eslint-friendly-formatter": "^3.0.0", | ||
| "eslint-loader": "^1.7.1", | ||
| "eslint-plugin-import": "^2.7.0", | ||
| "eslint-plugin-node": "^5.2.0", | ||
| "eslint-plugin-promise": "^3.4.0", | ||
| "copy-webpack-plugin": "^6.4.1", | ||
| "css-loader": "^5.2.7", | ||
| "css-minimizer-webpack-plugin": "^4.2.2", | ||
| "eslint": "^8.36.0", | ||
| "eslint-config-standard": "^17.0.0", | ||
| "eslint-friendly-formatter": "^4.0.1", | ||
| "eslint-plugin-import": "^2.27.5", | ||
| "eslint-plugin-node": "^11.1.0", | ||
| "eslint-plugin-promise": "^6.1.1", | ||
| "eslint-plugin-standard": "^3.0.1", | ||
| "eslint-plugin-vue": "^4.0.0", | ||
| "extract-text-webpack-plugin": "^3.0.0", | ||
| "file-loader": "^1.1.4", | ||
| "friendly-errors-webpack-plugin": "^1.6.1", | ||
| "html-webpack-plugin": "^2.30.1", | ||
| "eslint-plugin-vue": "^9.9.0", | ||
| "eslint-webpack-plugin": "^4.0.0", | ||
| "file-loader": "^6.2.0", | ||
| "html-webpack-plugin": "^5.5.0", | ||
| "less": "^3.9.0", | ||
| "less-loader": "^4.1.0", | ||
| "less-loader": "^7.3.0", | ||
| "mini-css-extract-plugin": "^2.7.5", | ||
| "node-notifier": "^5.1.2", | ||
| "optimize-css-assets-webpack-plugin": "^3.2.0", | ||
| "ora": "^1.2.0", | ||
| "portfinder": "^1.0.13", | ||
| "postcss": "^8.4.21", | ||
| "postcss-import": "^11.0.0", | ||
| "postcss-loader": "^2.0.8", | ||
| "postcss-loader": "^7.1.0", | ||
| "postcss-preset-env": "^8.0.1", | ||
| "postcss-url": "^7.2.1", | ||
| "rimraf": "^2.6.0", | ||
| "semver": "^5.3.0", | ||
| "shelljs": "^0.7.6", | ||
| "style-loader": "^0.21.0", | ||
| "uglifyjs-webpack-plugin": "^1.1.1", | ||
| "url-loader": "^2.0.0", | ||
| "speed-measure-webpack-plugin": "^1.5.0", | ||
| "style-loader": "^2.0.0", | ||
| "stylus": "^0.59.0", | ||
| "stylus-loader": "^7.1.0", | ||
| "thread-loader": "^3.0.4", | ||
| "timers-browserify": "^2.0.12", | ||
| "url-loader": "^4.1.1", | ||
| "vue-easytable": "^1.7.2", | ||
| "vue-loader": "^13.3.0", | ||
| "vue-loader": "^14.2.3", | ||
| "vue-router": "^3.0.1", | ||
| "vue-style-loader": "^3.0.1", | ||
| "vue-style-loader": "^4.1.3", | ||
| "vue-template-compiler": "^2.5.2", | ||
| "webpack": "^3.6.0", | ||
| "webpack": "^5.76.3", | ||
| "webpack-bundle-analyzer": "^3.3.2", | ||
| "webpack-dev-server": "^2.9.1", | ||
| "webpack-cli": "^5.0.1", | ||
| "webpack-dev-server": "^4.13.1", | ||
| "webpack-merge": "^4.1.0" | ||
| }, | ||
| "engines": { | ||
| ... | ... |
Please register or sign in to comment