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 f913939 commit 32bad57Copy full SHA for 32bad57
example/build.sbt
@@ -32,10 +32,8 @@ val compileStatics = taskKey[Unit]("Compiles all static files.")
32
val copyAssets = taskKey[Unit]("Copies all assets to the target directory.")
33
34
lazy val root = project.in(file("."))
35
- .aggregate(`jquery-bundler-demo`, `jquery-global-demo`)
36
- .settings(
37
- crossScalaVersions := Nil,
38
- )
+ .enablePlugins(ScalaJSPlugin)
+ .settings(commonSettings)
39
40
lazy val `jquery-global-demo` = project.in(file("global-demo"))
41
.enablePlugins(ScalaJSPlugin)
0 commit comments