aboutsummaryrefslogtreecommitdiffstats
path: root/app/javascript/helpers/polyfills.js
blob: 691fe04af1b19f1c4bfe7afba3fe4898a0644586 (plain)
1
2
3
4
5
import 'promise-polyfill/src/polyfill'
import 'es6-symbol/implement'
import 'polyfill-array-includes'
import 'babel-polyfill'
import 'whatwg-fetch'