From dbd599600f9777cc11c7effd0a5b2900e6317529 Mon Sep 17 00:00:00 2001
From: Forbes Lindesay <forbes@lindesay.co.uk>
Date: Mon, 25 Jul 2016 15:08:16 +0100
Subject: [PATCH] Add polyfill from polyfill.io

Note that we lock to the current default feature set (default-3.6).  Future versions of create-react-app will want to update this version number, but we wouldn't want users to inadvertently get different polyfills.
---
 template/index.html | 1 +
 1 file changed, 1 insertion(+)

diff --git a/template/index.html b/template/index.html
index 72e10e94c6c..5ebbcf7de4f 100644
--- a/template/index.html
+++ b/template/index.html
@@ -17,5 +17,6 @@
       To begin the development, run `npm start` in this folder.
       To create a production bundle, use `npm run build`.
     -->
+    <script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default-3.6"></script>
   </body>
 </html>