plugin target es2016 above #3812
Unanswered
has-macthwatch
asked this question in
Q&A
Replies: 0 comments
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.
-
i would like to transform import specifier from:
import x from "react"
toimport x from "/react"
;It's ok on es5 target, but not ok on target es2016 above. the transformation result is:
import x from "reactt"
here's my code:
Beta Was this translation helpful? Give feedback.
All reactions