Modules cannot be imported after the "--configPlugin" configuration item is used #1770
Unanswered
liaoruikang
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
-
Expected Behavior
Modules can be imported
Actual Behavior
Unable to import module
Additional Information
If tsconfig.json>module is set to ES2015, the module can be imported. If the module value is higher than ES2015, the module cannot be imported
Beta Was this translation helpful? Give feedback.
All reactions