File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change 88 "check" : " svelte-check --tsconfig ./tsconfig.json"
99 },
1010 "devDependencies" : {
11- "@sveltejs/vite-plugin-svelte" : " ^1.0.0-next.7 " ,
11+ "@sveltejs/vite-plugin-svelte" : " ^1.0.0-next.11 " ,
1212 "@tsconfig/svelte" : " ^2.0.1" ,
1313 "svelte" : " ^3.37.0" ,
1414 "svelte-check" : " ^2.1.0" ,
1717 "typescript" : " ^4.3.2" ,
1818 "vite" : " ^2.3.7"
1919 }
20- }
20+ }
Original file line number Diff line number Diff line change 1- const sveltePreprocess = require ( 'svelte-preprocess' )
1+ import sveltePreprocess from 'svelte-preprocess'
22
3- module . exports = {
3+ export default {
44 // Consult https://github.com/sveltejs/svelte-preprocess
55 // for more information about preprocessors
66 preprocess : sveltePreprocess ( )
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vite'
2- import svelte from '@sveltejs/vite-plugin-svelte'
2+ import { svelte } from '@sveltejs/vite-plugin-svelte'
33
44// https://vitejs.dev/config/
55export default defineConfig ( {
Original file line number Diff line number Diff line change 77 "serve" : " vite preview"
88 },
99 "devDependencies" : {
10- "@sveltejs/vite-plugin-svelte" : " ^1.0.0-next.7 " ,
10+ "@sveltejs/vite-plugin-svelte" : " ^1.0.0-next.11 " ,
1111 "svelte" : " ^3.37.0" ,
1212 "vite" : " ^2.3.7"
1313 }
14- }
14+ }
Original file line number Diff line number Diff line change 11import { defineConfig } from 'vite'
2- import svelte from '@sveltejs/vite-plugin-svelte'
2+ import { svelte } from '@sveltejs/vite-plugin-svelte'
33
44// https://vitejs.dev/config/
55export default defineConfig ( {
You can’t perform that action at this time.
0 commit comments