Skip to content

Managed ClassPath in Runtime + Scala.js causes Intellij to Perform Full Optimized Scala.js build in project load #154

Description

@mdedetrich

If you use sbt-web combined with Scala.js and you use the following in your build.sbt

managedClasspath in Runtime += (packageBin in Assets).value

When you try to load the project in IntelliJ with this following line, IntelliJ tries to do a full optimized Scala.js build when you try to load the SBT project. Often this times out and causes the project to be unusable within Intellij.

I am not entirely sure if this is an issue with Scala.js or sbt-web. sbt-web is what requires you to put managedClasspath in Runtime += (packageBin in Assets).value inside your build.sbt, but I think this clashes with Scala.js

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Type

    No type

    Fields

    No fields configured for issues without a type.

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions