Replies: 1 comment
-
|
Maybe you can set BTW, I think use dynamic import with |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
Uh oh!
There was an error while loading. Please reload this page.
-
There are some large npm package , eg : pdfjs、xlsx .
I import then by using
import(), but them always bundle into an one umd file.How to build them into runtime async chunk ?
Of course i know
externalscan ignore bundle , but can`t auto dynamic import when runtime .Beta Was this translation helpful? Give feedback.
All reactions