Skip to content

Commit def49af

Browse files
committed
Disable the Closure Compiler
1 parent f3cfac2 commit def49af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -89,7 +89,7 @@ lazy val jsSettings = Seq(
8989
.withArrayStores(CheckedBehavior.Unchecked)
9090
.withNegativeArraySizes(CheckedBehavior.Unchecked)
9191
.withNullPointers(CheckedBehavior.Unchecked)
92-
}).withClosureCompiler(true)
92+
}).withClosureCompiler(false)
9393
.withESFeatures(_.withESVersion(ESVersion.ES2021))
9494
.withModuleKind(ModuleKind.CommonJSModule)
9595
},

0 commit comments

Comments
 (0)