Skip to content

Commit eec67ca

Browse files
committed
don't set webpack version explicitly
1 parent 78fc773 commit eec67ca

File tree

3 files changed

+0
-24
lines changed

3 files changed

+0
-24
lines changed

BindingHtmlToReact/build.sbt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -67,11 +67,3 @@ libraryDependencies ++= PartialFunction.condOpt(
6767
"org.scalamacros" % "paradise" % "2.1.1" cross CrossVersion.full
6868
)
6969
}
70-
71-
webpack / version := {
72-
if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector("<1"))) {
73-
"3.12.0"
74-
} else {
75-
"5.98.0"
76-
}
77-
}

BindingReactToReact/build.sbt

Lines changed: 0 additions & 8 deletions
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-
}

HtmlMountPoint/build.sbt

Lines changed: 0 additions & 8 deletions
Original file line numberDiff line numberDiff line change
@@ -16,11 +16,3 @@ libraryDependencies += {
1616
"org.scala-js" %%% "scalajs-dom" % "1.2.0"
1717
}
1818
}
19-
20-
webpack / version := {
21-
if (VersionNumber(scalaJSVersion).matchesSemVer(SemanticSelector("<1"))) {
22-
"3.12.0"
23-
} else {
24-
"5.98.0"
25-
}
26-
}

0 commit comments

Comments
 (0)