Replies: 1 comment
-
There is no transpilation happening in development. If you are using async functions with babel (loader included by default for production) then you need @babel/plugin-transform-runtime otherwise they don't work. |
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.
-
What kind of ES6 tranpilation is happening when run in development mode? I noticed when I deployed without using @babel/plugin-transform-runtime my async functions were failing, but they were working in development.
Beta Was this translation helpful? Give feedback.
All reactions