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 f857ff5 commit ddce161Copy full SHA for ddce161
build.sbt
@@ -86,5 +86,5 @@ lazy val root = project.in(file("."))
86
),
87
88
Compile / npmDependencies += "jquery" -> "3.4.1",
89
- jsDependencies += "org.webjars" % "jquery" % "3.4.1" / "3.4.1/jquery.js",
+ jsDependencies += "org.webjars" % "jquery" % "3.4.1" / "3.4.1/jquery.js" minified s"3.4.1/jquery.min.js",
90
)
0 commit comments