Alexander Minyaev
06/19/2020, 7:07 PMRobert Jaros
06/19/2020, 8:35 PMAlexander Minyaev
06/21/2020, 10:49 AMindex.html
.
<body>
<div id="root"></div>
<script src="<https://polyfill.io/v3/polyfill.min.js?features=Promise>"></script>
<script src="<https://polyfill.io/v3/polyfill.min.js?features=Object.assign>"></script>
<script src="app.js"></script>
</body>
But I'm not sure that right method. Is it okay?Robert Jaros
06/21/2020, 11:40 AM<script crossorigin="anonymous" src="<https://polyfill.io/v3/polyfill.min.js?features=Promise%2CObject.assign>"></script>