Skip to content

Commit

Permalink
Scalajs settings
Browse files Browse the repository at this point in the history
  • Loading branch information
ChristopherDavenport committed Nov 16, 2021
1 parent 428966e commit 47660d5
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions build.sbt
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,8 @@ lazy val core = crossProject(JSPlatform, JVMPlatform)
"org.typelevel" %%% "cats-effect" % catsEffectV,
"org.typelevel" %%% "munit-cats-effect-3" % munitCatsEffectV % Test
)
).jsSettings(
scalaJSLinkerConfig ~= { _.withModuleKind(ModuleKind.CommonJSModule)},
)

lazy val site = project
Expand Down

0 comments on commit 47660d5

Please sign in to comment.