I tried all the potential solutions but they did not work. What happens if I have babel-polyfill error on production. Some browsers do not work?
I tried all the potential solutions but they did not work. What happens if I have babel-polyfill error on production. Some browsers do not work?
You are using babel-polyfill as an entry. Are you also requiring babel-polyfill in your files?
If not maybe some other library is requiring it.
source