diff options
| author | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 21:27:29 +0200 |
|---|---|---|
| committer | Jules Laplace <julescarbon@gmail.com> | 2017-06-26 21:27:29 +0200 |
| commit | 4ee4c8b94231051c4289a62e5d3aa1b1f3bf00d1 (patch) | |
| tree | 55a9489b919252afa28f1fea89170b8fe6700fff | |
| parent | 140a299fe1fee05e0d55e77bb079241c3bf681d8 (diff) | |
demand fetch
| -rw-r--r-- | client/web/build/index.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/client/web/build/index.html b/client/web/build/index.html index 5ab8c5c..38ae21d 100644 --- a/client/web/build/index.html +++ b/client/web/build/index.html @@ -99,7 +99,7 @@ ga('send', 'pageview'); </head> <body class='loading'> <div id="react-root"></div> -<script src="https://cdn.polyfill.io/v2/polyfill.min.js"></script> +<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,fetch"></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> |
