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