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 f35ee06 commit 6d93f06Copy full SHA for 6d93f06
src/main/scala/sri/sbt/platform/ConfigBuilder.scala
@@ -72,8 +72,7 @@ object ConfigBuilder {
72
dev := {
73
val indexFile = baseDirectory.value / entryFile
74
val indexContent = IO.read(indexFile)
75
- println(s"value : ${scalaJSUseMainModuleInitializer.value}")
76
- (fastOptJS).value.data
+ (fastOptJS in config).value.data
77
val mainClassRef = (mainClass in Compile).value
78
.getOrElse("")
79
.split('.')
0 commit comments