Skip to content

Commit

Permalink
updeps
Browse files Browse the repository at this point in the history
  • Loading branch information
Valexr committed Nov 8, 2024
1 parent 93cbf9c commit 69cf582
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion esbuild.js
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ const svelteOptions = {

const buildOptions = {
bundle: true,
// minify: !DEV,
minify: !DEV,
sourcemap: DEV,
entryPoints: ['src/app.ts'],
outdir: 'public/build',
Expand Down
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down

0 comments on commit 69cf582

Please sign in to comment.