Julien Richard-Foy

Results 388 comments of Julien Richard-Foy

But, according to [the documentation](https://nodejs.org/api/cli.html) it seems that env variables don’t have arguments equivalent, so we must provide a way to pass env variables, right?

Thanks, I now completely understand the issue addressed by this PR, and I agree that we should address this issue. I’m a bit worried by all these `*Args` keys defined...

[let us know](https://gitter.im/scalacenter/scalajs-bundler) if you need help to create the test project.

Yes, edit the documentation and push your work in a fork! Thanks!

Thanks for reporting. We do use the `Buffer` API here: https://github.com/scalacenter/scalajs-bundler/blob/master/sbt-scalajs-bundler/src/main/scala/scalajsbundler/util/JSBundler.scala#L77-L90 We should update this code to use the safe alternatives.

See also #59 for another motivation: being able to call the Scala.js module from the JS world.

No, do you have any suggestions? Any use case to share?

@MasseGuillaume What’s the behaviour now that #176 has been merged?

We should proceed in two steps: 1. extract the core of the project into a new sbt subproject, without any dependency to sbt (which is currently used everywhere we manipulate...