Skip to content

Commit a66d404

Browse files
committed
Avoid optimizing Javascript with strict mode as we need to sort out some issues with this.
1 parent ebd6204 commit a66d404

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build/build.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -38,7 +38,7 @@
3838
mangle: true
3939
},
4040
wrap: false,
41-
useStrict: true,
41+
useStrict: false,
4242
dir: './out',
4343
skipDirOptimize: true,
4444
removeCombined: true,

0 commit comments

Comments
 (0)