Skip to content
New issue

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

Source path for Scala.js is wrong #147

Closed
steinybot opened this issue Jan 28, 2021 · 0 comments
Closed

Source path for Scala.js is wrong #147

steinybot opened this issue Jan 28, 2021 · 0 comments

Comments

@steinybot
Copy link

I am using boopickle from Scala.js with Scala.js Bundler and the source map has invalid paths. I'm guessing it is coming from the published sjsir files.

For example:
https://raw.githubusercontent.com/suzaku-io/boopickle/v1.3.3/shared/src/main/scala/boopickle/Pickler.scala
should be:
https://raw.githubusercontent.com/suzaku-io/boopickle/v1.3.3/boopickle/shared/src/main/scala/boopickle/Pickler.scala

I'm trying to write a better webpack source-map loader which is capable of resolving these properly (better than what https://github.com/aappddeevv/scalajs-friendly-source-map-loader does).

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant