diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-07-06 19:58:22 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-07-06 19:58:22 +0200 |
| commit | caa9eacfcbdb60096e1cf3f43a48de50b84280c3 (patch) | |
| tree | 3bc6781cfc1e2c6f194e4fc8f8374b97a55f44e2 | |
| parent | 4ee4c8b94231051c4289a62e5d3aa1b1f3bf00d1 (diff) | |
fetch polyfill
| -rw-r--r-- | client/web/build/index.html | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/client/web/build/index.html b/client/web/build/index.html index 38ae21d..d421f94 100644 --- a/client/web/build/index.html +++ b/client/web/build/index.html @@ -99,7 +99,8 @@ ga('send', 'pageview'); </head> <body class='loading'> <div id="react-root"></div> -<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></script> +<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default"></script> +<script src="https://cdnjs.cloudflare.com/ajax/libs/fetch/2.0.3/fetch.min.js"></script> <script type="text/javascript" src="/javascript/vendor/react-d93cd212f3f54cac.dll.js"></script><script type="text/javascript" src="/javascript/vendor/lib-fd17959ad7af5663.js"></script><script type="text/javascript" src="/javascript/app-fd17959ad7af5663.js"></script></body> <script src="https://www.youtube.com/iframe_api"></script> </html> |
