Update devDependencies in package.json and simplify Svelte config by removing sourcemap option
This commit is contained in:
20
package.json
20
package.json
@@ -10,16 +10,16 @@
|
|||||||
"check": "svelte-check --tsconfig ./tsconfig.json"
|
"check": "svelte-check --tsconfig ./tsconfig.json"
|
||||||
},
|
},
|
||||||
"devDependencies": {
|
"devDependencies": {
|
||||||
"@sveltejs/vite-plugin-svelte": "2.4.6",
|
"@sveltejs/vite-plugin-svelte": "3.0.1",
|
||||||
"@tsconfig/svelte": "4.0.1",
|
"@tsconfig/svelte": "5.0.2",
|
||||||
"autoprefixer": "10.4.16",
|
"autoprefixer": "10.4.17",
|
||||||
"postcss": "8.4.31",
|
"postcss": "8.4.35",
|
||||||
"svelte": "4.2.7",
|
"svelte": "4.2.12",
|
||||||
"svelte-check": "3.4.3",
|
"svelte-check": "3.6.3",
|
||||||
"tailwindcss": "3.3.5",
|
"tailwindcss": "3.4.1",
|
||||||
"tslib": "2.4.1",
|
"tslib": "2.6.2",
|
||||||
"typescript": "4.9.5",
|
"typescript": "5.3.3",
|
||||||
"vite": "4.4.9"
|
"vite": "5.1.4"
|
||||||
},
|
},
|
||||||
"dependencies": {
|
"dependencies": {
|
||||||
"@lottiefiles/lottie-player": "2.0.2"
|
"@lottiefiles/lottie-player": "2.0.2"
|
||||||
|
@@ -1,8 +1,7 @@
|
|||||||
/** @type {import('@sveltejs/vite-plugin-svelte').Options} */
|
/** @type {import('@sveltejs/vite-plugin-svelte').Options} */
|
||||||
const config = {
|
const config = {
|
||||||
compilerOptions: {
|
compilerOptions: {
|
||||||
css: 'injected',
|
css: 'injected'
|
||||||
enableSourcemap: true
|
|
||||||
}
|
}
|
||||||
};
|
};
|
||||||
|
|
||||||
|
Reference in New Issue
Block a user