diff options
| -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> |
