Add Babel and core-js & regenerator polyfills (#367)

This commit is contained in:
Norbert Renner 2021-02-12 10:07:02 +01:00 committed by GitHub
parent 2b94300c61
commit 0ee37f557a
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23
8 changed files with 1130 additions and 107 deletions

View file

@ -1106,6 +1106,8 @@
);
</script>
<script src="dist/core-js-bundle.min.js"></script>
<script src="dist/regenerator-runtime.js"></script>
<!-- <script src="dist/url-search-params.js"></script> -->
<script src="config.js"></script>
<script src="keys.js"></script>