We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f3cfac2 commit def49afCopy full SHA for def49af
build.sbt
@@ -89,7 +89,7 @@ lazy val jsSettings = Seq(
89
.withArrayStores(CheckedBehavior.Unchecked)
90
.withNegativeArraySizes(CheckedBehavior.Unchecked)
91
.withNullPointers(CheckedBehavior.Unchecked)
92
- }).withClosureCompiler(true)
+ }).withClosureCompiler(false)
93
.withESFeatures(_.withESVersion(ESVersion.ES2021))
94
.withModuleKind(ModuleKind.CommonJSModule)
95
},
0 commit comments