nonzzz / vite-plugin-compression

vite plugin. compress your bundle file.
MIT License
171 stars 10 forks source link

是否有破坏性更新,在最新版本中生产环境无法工作 #19

Closed jahnli closed 1 year ago

jahnli commented 1 year ago

是否有破坏性更新,在最新版本中生产环境无法工作

nonzzz commented 1 year ago

what's happened?

jahnli commented 1 year ago

0.6.0之前它是OK的

nonzzz commented 1 year ago

能提供一下你的环境吗? @jahnli

jahnli commented 1 year ago
  "dependencies": {
    "@intlify/unplugin-vue-i18n": "^0.8.1",
    "@unocss/reset": "^0.49.2",
    "@unocss/runtime": "^0.49.2",
    "@vueuse/core": "^9.12.0",
    "@vueuse/integrations": "^9.12.0",
    "axios": "^1.3.1",
    "cropperjs": "^1.5.13",
    "echarts": "^5.4.1",
    "lodash-es": "^4.17.21",
    "pinia": "^2.0.30",
    "pinia-plugin-persistedstate": "^3.0.2",
    "print-js": "^1.6.0",
    "qrcode": "^1.5.1",
    "qs": "^6.11.0",
    "sortablejs": "^1.15.0",
    "theme-vars": "^1.0.3",
    "tinymce": "^6.3.1",
    "vue": "^3.2.47",
    "vue-i18n": "^9.2.2",
    "vue-router": "^4.1.6"
  },
  "devDependencies": {
    "@commitlint/cli": "^17.4.2",
    "@commitlint/config-conventional": "^17.4.2",
    "@iconify-json/carbon": "^1.1.14",
    "@rushstack/eslint-patch": "^1.2.0",
    "@types/lodash-es": "^4.17.6",
    "@types/node": "^18.11.18",
    "@types/qrcode": "^1.5.0",
    "@types/qs": "^6.9.7",
    "@types/sortablejs": "^1.15.0",
    "@unocss/preset-icons": "^0.49.2",
    "@unocss/transformer-variant-group": "^0.49.2",
    "@unocss/preset-uno": "^0.49.2",
    "@unocss/preset-attributify": "^0.49.2",
    "@vitejs/plugin-vue": "^4.0.0",
    "@vitejs/plugin-vue-jsx": "^3.0.0",
    "@vue/eslint-config-prettier": "^7.0.0",
    "@vue/eslint-config-typescript": "^11.0.2",
    "@vue/tsconfig": "^0.1.3",
    "commitizen": "^4.3.0",
    "cz-git": "^1.4.1",
    "eslint": "^8.33.0",
    "eslint-plugin-vue": "^9.9.0",
    "husky": "^8.0.3",
    "less": "^4.1.3",
    "lint-staged": "^13.1.0",
    "naive-ui": "^2.34.3",
    "npm-run-all": "^4.1.5",
    "prettier": "^2.8.3",
    "typescript": "^4.9.5",
    "unocss": "^0.49.2",
    "unplugin-auto-import": "^0.13.0",
    "unplugin-vue-components": "^0.23.0",
    "vite": "^4.0.4",
    "vite-plugin-svg-icons": "^2.0.1",
    "vue-tsc": "^1.0.24"
  },
nonzzz commented 1 year ago

从这个配置我无法得知他具体是什么情况。是否有报错信息 以及其他更详细的内容呢

jahnli commented 1 year ago

控制台无任何报错 ,页面白屏 一直loading

nonzzz commented 1 year ago

能正常工作的是哪个版本呢? 页面一直白屏loading 有浏览器控制台的信息吗?

jahnli commented 1 year ago

0.5.* , 我在晚上的时间再来测试下

nonzzz commented 1 year ago

并没有发生break change.