mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-04-30 14:29:29 +08:00
remove imagetool
This commit is contained in:
parent
9a8c21dd94
commit
33383a713a
4 changed files with 117 additions and 14 deletions
|
@ -81,7 +81,6 @@
|
|||
"unist-util-visit": "^4.1.1",
|
||||
"unocss": "^0.47.6",
|
||||
"vite": "^4.0.2",
|
||||
"vite-imagetools": "^4.0.12",
|
||||
"vite-plugin-pwa": "^0.14.0",
|
||||
"workbox-window": "^6.5.4"
|
||||
},
|
||||
|
|
|
@ -58,7 +58,6 @@ specifiers:
|
|||
unist-util-visit: ^4.1.1
|
||||
unocss: ^0.47.6
|
||||
vite: ^4.0.2
|
||||
vite-imagetools: ^4.0.12
|
||||
vite-plugin-pwa: ^0.14.0
|
||||
workbox-window: ^6.5.4
|
||||
|
||||
|
@ -122,7 +121,6 @@ devDependencies:
|
|||
unist-util-visit: 4.1.1
|
||||
unocss: 0.47.6_vite@4.0.2
|
||||
vite: 4.0.2_@types+node@18.11.17
|
||||
vite-imagetools: 4.0.12
|
||||
vite-plugin-pwa: 0.14.0_gusaiip33kkuwpygl36cqmizje
|
||||
workbox-window: 6.5.4
|
||||
|
||||
|
@ -12671,15 +12669,6 @@ packages:
|
|||
vfile-message: 3.1.3
|
||||
dev: true
|
||||
|
||||
/vite-imagetools/4.0.12:
|
||||
resolution: {integrity: sha512-zdh38mbVisv+8xpD00MRblaXqq/PZXCQi4HqOZILlEO78HxXAoB36KoytmcFqhX9G5BTV2j4LJnRTgebhPaGmg==}
|
||||
engines: {node: '>=12.0.0'}
|
||||
dependencies:
|
||||
'@rollup/pluginutils': 5.0.2
|
||||
transitivePeerDependencies:
|
||||
- rollup
|
||||
dev: true
|
||||
|
||||
/vite-plugin-pwa/0.14.0_gusaiip33kkuwpygl36cqmizje:
|
||||
resolution: {integrity: sha512-3wZx47PLWTckOQhc8Y6YZjAbNZ89Ovh4TdCT97MGhgl7aFd2LUekVnAmIgFwgMqyxzJ93nmkPF/ALpEW/i2qCg==}
|
||||
peerDependencies:
|
||||
|
|
|
@ -3,7 +3,7 @@ import { defineConfig } from 'vite'
|
|||
// vite plugin
|
||||
import UnoCSS from 'unocss/vite'
|
||||
import { presetTagify, presetIcons, extractorSvelte } from 'unocss'
|
||||
import { imagetools } from 'vite-imagetools'
|
||||
// import { imagetools } from 'vite-imagetools'
|
||||
import { SvelteKitPWA } from '@vite-pwa/sveltekit'
|
||||
import { sveltekit } from '@sveltejs/kit/vite'
|
||||
// postcss & tailwindcss
|
||||
|
@ -40,7 +40,7 @@ export default defineConfig({
|
|||
presetIcons({ scale: 1.5 })
|
||||
]
|
||||
}),
|
||||
imagetools(),
|
||||
// imagetools(),
|
||||
sveltekit(),
|
||||
SvelteKitPWA({
|
||||
registerType: 'autoUpdate',
|
||||
|
|
115
vite.config.ts.timestamp-1671468517973.mjs
Normal file
115
vite.config.ts.timestamp-1671468517973.mjs
Normal file
File diff suppressed because one or more lines are too long
Loading…
Reference in a new issue