Skip to content

Commit 018090c

Browse files
authored
Merge pull request #537 from gzm0/document-splitting-bug
Warn that simple dynamic module splitting is buggy
2 parents b05e898 + e04b26d commit 018090c

File tree

1 file changed

+2
-0
lines changed

1 file changed

+2
-0
lines changed

_posts/news/2021-01-12-announcing-scalajs-1.4.0.md

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -105,6 +105,8 @@ class MyApp {
105105
}
106106
{% endhighlight %}
107107

108+
Addendum: This example is affected by [#4386](https://github.com/scala-js/scala-js/issues/4386), see the issue for a workaround.
109+
108110
The `js.dynamicImport` method has the following signature:
109111

110112
{% highlight scala %}

0 commit comments

Comments
 (0)