mirror of
https://github.com/fiatjaf/nak.git
synced 2025-12-09 09:08:50 +00:00
react, slinky, esbuild and a readme.
This commit is contained in:
@@ -1,9 +1,11 @@
|
||||
enablePlugins(ScalaJSPlugin)
|
||||
// enablePlugins(ScalaJSBundlerPlugin)
|
||||
|
||||
name := "app"
|
||||
scalaVersion := "2.13.7"
|
||||
|
||||
scalaJSUseMainModuleInitializer := true
|
||||
mainClass := Some("app.Main")
|
||||
|
||||
libraryDependencies += "org.scala-js" %%% "scalajs-dom" % "2.1.0"
|
||||
libraryDependencies += "me.shadaj" %%% "slinky-core" % "0.7.0"
|
||||
libraryDependencies += "me.shadaj" %%% "slinky-web" % "0.7.0"
|
||||
|
||||
Reference in New Issue
Block a user