Skip to content

Commit 78fc773

Browse files
authored
don't set webpack version explicitly
1 parent c2ed339 commit 78fc773

File tree

1 file changed

+0
-8
lines changed

1 file changed

+0
-8
lines changed

ReactToBindingHtml/build.sbt

-8
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-
}

0 commit comments

Comments
 (0)