scala-js / vite-plugin-scalajs

Vite plugin for integration of Scala.js
Apache License 2.0
52 stars 10 forks source link

Modify sbt output parsing to allow .sbtopts with modified output #20

Open kalejami opened 11 months ago

kalejami commented 11 months ago

Issue #19

cornerman commented 10 months ago

Great that you looked into this! An alternative might be to search for the last line starting with a /, because afaik sbt will only return absolute paths here.

kalejami commented 9 months ago

Great that you looked into this! An alternative might be to search for the last line starting with a /, because afaik sbt will only return absolute paths here.

But probably only for non-win-platforms 🤔