MaximeKjaer/scalajs-webpack-loader

Pass compiler options

Closed this issue · 2 comments

Would it be possible to pass compiler options. in particular (since I'm still on 0.6) I need to pass

  scalacOptions += "-P:scalajs:sjsDefinedByDefault"

Absolutely! I've implemented this in 4a15477 and am releasing a version 0.0.4 with this feature right now.

Thanks for the quick respons, it is working great