Skip to content

Commit

Permalink
format
Browse files Browse the repository at this point in the history
  • Loading branch information
eltigerchino committed Dec 11, 2024
1 parent 2ab1e43 commit e777827
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/kit/src/exports/vite/index.js
Original file line number Diff line number Diff line change
Expand Up @@ -890,7 +890,7 @@ async function kit({ svelte_config }) {
...vite_config,
build: {
...vite_config.build,
minify: initial_config.build?.minify ?? 'esbuild',
minify: initial_config.build?.minify ?? 'esbuild'
}
},
manifest_data,
Expand Down

0 comments on commit e777827

Please sign in to comment.