Skip to content

Commit 442b825

Browse files
committed
dont minify identifiers
1 parent 96f90b9 commit 442b825

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/server.go

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -612,7 +612,7 @@ func buildTypeScript(code string, version string) BuildResponse {
612612
JSXFactory: "_CRAYONCORE_$REACT.createElement",
613613
JSXFragment: "_CRAYONCORE_$REACT.Fragment",
614614
MinifyWhitespace: true,
615-
MinifyIdentifiers: true,
615+
MinifyIdentifiers: false,
616616
MinifySyntax: true,
617617
Platform: api.PlatformBrowser,
618618
Target: api.ES2022,

0 commit comments

Comments
 (0)