mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-08-26 16:44:22 +02:00
update examples polyfill to use default and es6
This commit is contained in:
@@ -8,6 +8,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<main></main>
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es6"></script>
|
||||
<script>
|
||||
/* eslint-disable */
|
||||
// Dynamically creates the script and link tag and adds the current time
|
||||
|
@@ -9,7 +9,7 @@
|
||||
</head>
|
||||
<body>
|
||||
<main></main>
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=es6,Array.prototype.includes"></script>
|
||||
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=defeault,es6"></script>
|
||||
<script src="build.prod.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
Reference in New Issue
Block a user