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 e0c0001 commit 7a6a767Copy full SHA for 7a6a767
doc/project/module.md
@@ -229,7 +229,7 @@ scalaJSLinkerConfig ~= {
229
// Enable ECMAScript module output.
230
_.withModuleKind(ModuleKind.ESModule)
231
// Use .mjs extension.
232
- .withOutputPatterns(OutputPatterns.fromJSFile(".mjs"))
+ .withOutputPatterns(OutputPatterns.fromJSFile("%s.mjs"))
233
}
234
{% endhighlight %}
235
0 commit comments