Skip to content

Commit 4481d32

Browse files
authored
Update build.sbt
1 parent 7e972a4 commit 4481d32

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

BindingReactToReact/build.sbt

-8
Original file line numberDiff line numberDiff line change
@@ -51,11 +51,3 @@ scalacOptions ++= PartialFunction.condOpt(
5151
) { case true =>
5252
"-P:scalajs:sjsDefinedByDefault"
5353
}
54-
55-
webpack / version := {
56-
if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector("<1"))) {
57-
"3.12.0"
58-
} else {
59-
"5.98.0"
60-
}
61-
}

0 commit comments

Comments
 (0)