Skip to content

Commit 85ff85b

Browse files
committed
Add client optimization by default
1 parent a293e48 commit 85ff85b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

client/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ exports.config = {
88
"name": "Codebox",
99

1010
// Mode debug
11-
"debug": true,
11+
"debug": process.env.CLIENT_DEBUG != null,
1212

1313
// Main entry point for application
1414
"main": "main",

0 commit comments

Comments
 (0)