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