From a0b935cbff51b28fea3e73ba96bb3406a65bced3 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=E6=9D=A8=E5=8D=9A=20=28Yang=20Bo=29?= Date: Sat, 28 Apr 2018 13:57:49 +0800 Subject: [PATCH] Configure Scala.js source mapping This plugin will enable source mapping, which will help contributors of ScalaFiddle to debug. --- project/plugins.sbt | 2 ++ 1 file changed, 2 insertions(+) diff --git a/project/plugins.sbt b/project/plugins.sbt index 302795e..d437eb0 100644 --- a/project/plugins.sbt +++ b/project/plugins.sbt @@ -11,3 +11,5 @@ addSbtPlugin("io.spray" % "sbt-revolver" % "0.8.0") addSbtPlugin("com.lucidchart" % "sbt-scalafmt" % "1.14") addSbtPlugin("com.timushev.sbt" % "sbt-updates" % "0.3.3") + +addSbtPlugin("com.thoughtworks.sbt-scala-js-map" % "sbt-scala-js-map" % "2.0.0")