0👍
Try to import it at the top of your main.js
file like this:
import 'babel-polyfill'
At least this fixed this issue for me.
Source:stackexchange.com
0👍
Try to import it at the top of your main.js
file like this:
import 'babel-polyfill'
At least this fixed this issue for me.