Skip to content

Commit a73a32f

Browse files
committed
Enable KeepNames to preserve stack traces
1 parent 5938478 commit a73a32f

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

compiler/prelude/prelude.go

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ func Minified() string {
3131
MinifyWhitespace: true,
3232
MinifyIdentifiers: true,
3333
MinifySyntax: true,
34+
KeepNames: true,
3435
Charset: api.CharsetUTF8,
3536
LegalComments: api.LegalCommentsEndOfFile,
3637
})

0 commit comments

Comments
 (0)