Replies: 1 comment
-
I agree, we can use |
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
-
For polyfills and external helpers when input is not a module, swc will throw unreachable.
There is no standard way to import a module in script, but swc's module passing and webpack understand
require
.I think we can use
require
to import modules when input is not a modulerelative to #6500 #6500
Beta Was this translation helpful? Give feedback.
All reactions