Browse Source

Add WHATWG Fetch API polyfill in core/app.js

Konstantin Tarkus 9 years ago
parent
commit
0d21949932
2 changed files with 6 additions and 1 deletions
  1. 1 0
      core/app.js
  2. 5 1
      tools/deploy.s3.js

+ 1 - 0
core/app.js

@@ -9,6 +9,7 @@
  */
 
 import 'babel-polyfill';
+import 'whatwg-fetch';
 import { createApp } from 'react-app';
 import store from './store';
 import routes from '../routes';

+ 5 - 1
tools/deploy.s3.js

@@ -1,7 +1,11 @@
 /**
  * React Static Boilerplate
  * https://github.com/koistya/react-static-boilerplate
- * Copyright (c) Konstantin Tarkus (@koistya) | MIT license
+ *
+ * Copyright © 2015-2016 Konstantin Tarkus (@koistya)
+ *
+ * This source code is licensed under the MIT license found in the
+ * LICENSE.txt file in the root directory of this source tree.
  */
 
 const s3 = require('s3');