Skip to content

Commit c354f8f

Browse files
committed
Remove workbench plugin
1 parent 1b52fad commit c354f8f

File tree

2 files changed

+1
-3
lines changed

2 files changed

+1
-3
lines changed

build.sbt

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -70,7 +70,7 @@ lazy val demo = (project in file("demo")).dependsOn(core, lab)
7070
yarnExtraArgs := Seq("--silent"),
7171
webpackConfigFile in fastOptJS := Some(baseDirectory.value / "dev.webpack.config.js"),
7272
skip in publish := true
73-
).enablePlugins(ScalaJSBundlerPlugin, WorkbenchPlugin)
73+
).enablePlugins(ScalaJSBundlerPlugin)
7474

7575
lazy val commonSettings = Seq(
7676
version := Settings.version,

project/plugins.sbt

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,4 @@ addSbtPlugin("org.scala-js" % "sbt-scalajs" % scalaJSVersion)
99

1010
addSbtPlugin("ch.epfl.scala" % "sbt-scalajs-bundler-sjs06" % "0.16.0")
1111

12-
addSbtPlugin("com.lihaoyi" % "workbench" % "0.4.1")
13-
1412
addSbtPlugin("com.geirsson" % "sbt-ci-release" % "1.5.2")

0 commit comments

Comments
 (0)