Wrong babel config in blog article #3860
ItamarGronich
started this conversation in
General
Replies: 1 comment
-
@trivikr ^ |
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
-
In this blog article you specify a babel webpack configuration for transpiling aws sdk packages to support IE11.
However, the config seems incorrect because it excludes
node_modules
directory therefore it will not compile the@aws-sdk
package.Beta Was this translation helpful? Give feedback.
All reactions