Skip to content

Commit

Permalink
forgot to comment out js part
Browse files Browse the repository at this point in the history
  • Loading branch information
molarmanful committed Aug 26, 2023
1 parent 0a7a88f commit 8f8aab7
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build.sc
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@ import com.github.lolgab.mill.crossplatform._
import de.tobiasroeser.mill.vcs.version.VcsVersion
import mill._
import scala.util.chaining._
import scalajslib._
// import scalajslib._
import scalalib._
import scalalib.publish._

Expand Down Expand Up @@ -59,11 +59,11 @@ object sclin extends CrossPlatform {
}

}
object js extends Shared with ScalaJSModule {
// object js extends Shared with ScalaJSModule {

def scalaJSVersion = "1.13.2"
def moduleKind = scalajslib.api.ModuleKind.ESModule
// def scalaJSVersion = "1.13.2"
// def moduleKind = scalajslib.api.ModuleKind.ESModule

}
// }

}

0 comments on commit 8f8aab7

Please sign in to comment.