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
Copy file name to clipboardExpand all lines: README.md
+2Lines changed: 2 additions & 0 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -526,6 +526,8 @@ Just add the `react-loadable/babel` plugin to your Babel config:
526
526
527
527
Now these options will automatically be provided.
528
528
529
+
For typescript you can use [react-loadable-ts-transformer](https://github.com/stushurik/react-loadable-ts-transformer) which is a ts analog of react-loadable/babel plugin.
530
+
529
531
#### Finding out which dynamic modules were rendered
530
532
531
533
Next we need to find out which modules were actually rendered when a request
0 commit comments