PurpleKingdomGames / indigo

An FP game engine for Scala.
https://indigoengine.io/
MIT License
611 stars 56 forks source link

Source maps need a fix #745

Open davesmith00000 opened 3 weeks ago

davesmith00000 commented 3 weeks ago

From @Quafadas:

When trying to get source maps working in Indigo, I'm seeing this;

[Error] Cannot load file:///home/dave/repos/pkg/indigo/indigo/indigo/src/main/scala/indigo/shared/platform/SceneProcessor.scala due to access control checks.

Which I'm going to guess, is a reference to a local dev environment?

Could something like this could be preferable? https://github.com/raquo/Laminar/blob/2ca18da3d8f66daf850af820746fef933ba0c2f9/build.sbt#L100