Skip to content

Commit 666fade

Browse files
committed
Remove this unncessary default as per conversation
1 parent fccc715 commit 666fade

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

scalajslib/worker/1/src/mill/scalajslib/worker/ScalaJSWorkerImpl.scala

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -172,7 +172,7 @@ class ScalaJSWorkerImpl extends ScalaJSWorkerApi {
172172
moduleSplitStyle: ModuleSplitStyle,
173173
outputPatterns: OutputPatterns,
174174
minify: Boolean,
175-
esModuleMap: Map[String, String] = Map[String, String]()
175+
esModuleMap: Map[String, String]
176176
): Either[String, Report] = {
177177
// On Scala.js 1.2- we want to use the legacy mode either way since
178178
// the new mode is not supported and in tests we always use legacy = false

0 commit comments

Comments
 (0)