We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fccc715 commit 666fadeCopy full SHA for 666fade
scalajslib/worker/1/src/mill/scalajslib/worker/ScalaJSWorkerImpl.scala
@@ -172,7 +172,7 @@ class ScalaJSWorkerImpl extends ScalaJSWorkerApi {
172
moduleSplitStyle: ModuleSplitStyle,
173
outputPatterns: OutputPatterns,
174
minify: Boolean,
175
- esModuleMap: Map[String, String] = Map[String, String]()
+ esModuleMap: Map[String, String]
176
): Either[String, Report] = {
177
// On Scala.js 1.2- we want to use the legacy mode either way since
178
// the new mode is not supported and in tests we always use legacy = false
0 commit comments