Skip to content

Commit 374cb23

Browse files
committed
update wrangler config: enable source maps and keep variable names
1 parent a2e9701 commit 374cb23

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

‎web/wrangler.jsonc‎

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,8 @@
3535
"binding": "IMAGES",
3636
},
3737
"minify": true,
38+
"keep_names": false,
39+
"upload_source_maps": true,
3840
"keep_vars": true,
3941
"observability": {
4042
"enabled": true,

0 commit comments

Comments
 (0)