Forráskód Böngészése

feat(nuxt): 去除图片预处理

曾志翔 3 éve%!(EXTRA string=óta)
szülő
commit
0bdaa928d2
2 módosított fájl, 1 hozzáadás és 9 törlés
  1. 1 1
      nuxt.config.js
  2. 0 8
      package.json

+ 1 - 1
nuxt.config.js

@@ -104,7 +104,7 @@ export default {
     // https://go.nuxtjs.dev/stylelint
     '@nuxtjs/stylelint-module',
     // '~/modules/unplugin-vue-components'
-    '@aceforth/nuxt-optimized-images',
+    // '@aceforth/nuxt-optimized-images',
     '~/modules/postcss-px-to-viewport',
     // '~/modules/vant',
     // https://go.nuxtjs.dev/vuetify

+ 0 - 8
package.json

@@ -43,7 +43,6 @@
     "webpack": "^4.46.0"
   },
   "devDependencies": {
-    "@aceforth/nuxt-optimized-images": "^1.4.0",
     "@babel/eslint-parser": "^7.16.3",
     "@commitlint/cli": "^15.0.0",
     "@commitlint/config-conventional": "^15.0.0",
@@ -60,19 +59,12 @@
     "eslint-config-prettier": "^8.3.0",
     "eslint-plugin-nuxt": "^3.1.0",
     "eslint-plugin-vue": "^8.2.0",
-    "imagemin-gifsicle": "^7.0.0",
-    "imagemin-mozjpeg": "^9.0.0",
-    "imagemin-pngquant": "^9.0.2",
-    "imagemin-svgo": "^8.0.0",
     "less": "^4.1.3",
     "less-loader": "^7.3.0",
     "lqip-loader": "^2.2.1",
     "postcss-html": "^1.3.0",
     "postcss-px-to-viewport": "^1.1.1",
     "prettier": "^2.5.1",
-    "responsive-loader": "^2.3.0",
-    "sharp": "^0.30.6",
-    "sqip-loader": "^1.0.0",
     "stylelint": "^14.1.0",
     "stylelint-config-prettier": "^9.0.3",
     "stylelint-config-recommended-vue": "^1.1.0",