Skip to content

Commit bbb9499

Browse files
Removed the vite image plugin reference from the svelte config
1 parent 6204234 commit bbb9499

File tree

1 file changed

+0
-3
lines changed

1 file changed

+0
-3
lines changed

svelte.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -9,8 +9,6 @@ const adapt = hasAdapter ? hasAdapter : 'node';
99
import { mdsvex } from 'mdsvex';
1010
import mdsvexConfig from './mdsvex.config.js';
1111

12-
import { imagetools } from 'vite-imagetools';
13-
1412
import preprocess from 'svelte-preprocess';
1513
import { resolve } from 'path';
1614
import { dirname } from 'path';
@@ -88,7 +86,6 @@ const config = {
8886
$environment: resolve(__dirname, './src/environments'),
8987
},
9088
},
91-
plugins: [imagetools({ force: true })],
9289
envPrefix: ['VITE_', 'SVELTEKIT_BLOG_'],
9390
}),
9491
},

0 commit comments

Comments
 (0)