You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

10 lines
233 B

  1. require('babel-polyfill')
  2. // =======================================
  3. // Fetch polyfill
  4. // =======================================
  5. // Requirement: Safari 9 and below, IE 11 and below
  6. if (!window.fetch) {
  7. require('whatwg-fetch')
  8. }