We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a3b50fc commit 7387a58Copy full SHA for 7387a58
README.md
@@ -80,12 +80,13 @@ export default defineConfig({
80
iimport { defineConfig } from 'vite';
81
import vue from '@vitejs/plugin-vue';
82
import imagemin from 'unplugin-imagemin/vite';
83
-import path from 'path';
84
// https://vitejs.dev/config/
85
export default defineConfig({
86
plugins: [
87
vue(),
88
imagemin({
+ // default true
89
+ cache: false,
90
// Default configuration options for compressing different pictures
91
compress: {
92
jpg: {
0 commit comments