mirror of
https://github.com/mat-1/matdoesdev.git
synced 2025-08-02 23:44:39 +00:00
10 lines
186 B
JavaScript
10 lines
186 B
JavaScript
import { sveltekit } from '@sveltejs/kit/vite'
|
|
import { imagetools } from 'vite-imagetools'
|
|
|
|
export default {
|
|
plugins: [sveltekit(), imagetools()],
|
|
|
|
build: {
|
|
target: 'es2020',
|
|
},
|
|
}
|