Skip to content

Commit

Permalink
Revert "Make scalaJSUseMainModuleInitializer compile scope only"
Browse files Browse the repository at this point in the history
This reverts commit d91c772.
  • Loading branch information
armanbilge committed Nov 20, 2021
1 parent d91c772 commit 538f52c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion build.sbt
Expand Up @@ -77,7 +77,7 @@ lazy val core = crossProject(JVMPlatform, JSPlatform)

).jsSettings(
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule)},
Compile / scalaJSUseMainModuleInitializer := true,
scalaJSUseMainModuleInitializer := true,
scalaJSStage in Global := FullOptStage,
npmPackageAuthor := "Christopher Davenport",
npmPackageDescription := "Curl Command Line Parser which outputs http4s code",
Expand Down

0 comments on commit 538f52c

Please sign in to comment.