Invalid character is coming in the generated *-js-deps.js, when I am trying to add a ProvidedJS build.sbt
I tried with 0.6.9 & 0.6.11 addSbtPlugin("org.scala-js" % "sbt-scalajs" % "0.6.11")
jsDependencies += ProvidedJS / "js/igniteui/infragistics.core.js"
Any clue why it is adding an invalid character in the generated *-js-deps.js ?
Thanks in advance
PS - I have used the normalized path as per this gissue https://github.com/scala-js/scala-js/issues/2358