You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In order to be able to run ESModules on Node without tinkering with package.json, linker output needs to have .mjs extension instead of .js. Scala.js linker supports this via OutputPatterns. Mill ScalaJSModule doesn't expose that config in its API.
Also, would it make sense to expose Scala.js linker API directly instead of the current facade API?
The text was updated successfully, but these errors were encountered:
In order to be able to run
ESModule
s on Node without tinkering withpackage.json
, linker output needs to have.mjs
extension instead of.js
. Scala.js linker supports this viaOutputPatterns
. MillScalaJSModule
doesn't expose that config in its API.Also, would it make sense to expose Scala.js linker API directly instead of the current facade API?
The text was updated successfully, but these errors were encountered: