We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
The Scala.js builds are including relative paths to sources on the developers machines.
For example: ../../../../../../../../../home/nick/Forks/scala.rx/scalarx/shared/src/main/scala/rx/Ctx.scala
../../../../../../../../../home/nick/Forks/scala.rx/scalarx/shared/src/main/scala/rx/Ctx.scala
I am trying to write a webpack loader which can fetch these sources but these paths obviously don't exist.
The text was updated successfully, but these errors were encountered:
Strange, the source maps should point at github: https://github.com/lihaoyi/scala.rx/blob/master/build.sbt#L78
Sorry, something went wrong.
This is how cats is doing it:
https://github.com/typelevel/cats/blob/master/build.sbt#L210
No branches or pull requests
The Scala.js builds are including relative paths to sources on the developers machines.
For example:
../../../../../../../../../home/nick/Forks/scala.rx/scalarx/shared/src/main/scala/rx/Ctx.scala
I am trying to write a webpack loader which can fetch these sources but these paths obviously don't exist.
The text was updated successfully, but these errors were encountered: