diff --git a/esbuild.js b/esbuild.js index bc6e2f3..f5ca084 100644 --- a/esbuild.js +++ b/esbuild.js @@ -27,7 +27,7 @@ const svelteOptions = { const buildOptions = { bundle: true, - // minify: !DEV, + minify: !DEV, sourcemap: DEV, entryPoints: ['src/app.ts'], outdir: 'public/build', diff --git a/package.json b/package.json index abb5a59..c8f3f28 100644 --- a/package.json +++ b/package.json @@ -19,7 +19,7 @@ "esbuild": "^0.23.1", "esbuild-svelte": "^0.8.2", "luxon": "^3.5.0", - "svelte": "^5.1.11", + "svelte": "^5.1.13", "svelte-preprocess": "^6.0.3", "typescript": "^5.6.3" }