Travis
Joined
10 Experience
0 Lessons Completed
0 Questions Solved
Activity
I ran into this problem and solved it by updating the babel.config.js
specifically, I added: const sourceType = "unambiguous"
at the top where the variables are declared, then at the very end after plugins: [...].filter(Boolean), sourceType
<- added my sourceType
constant.