mirror of
https://github.com/ianstormtaylor/slate.git
synced 2025-02-15 12:44:38 +01:00
update examples polyfill to use default and es6
This commit is contained in:
parent
092b8a0e5d
commit
070a700130
@ -8,6 +8,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main></main>
|
<main></main>
|
||||||
|
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es6"></script>
|
||||||
<script>
|
<script>
|
||||||
/* eslint-disable */
|
/* eslint-disable */
|
||||||
// Dynamically creates the script and link tag and adds the current time
|
// Dynamically creates the script and link tag and adds the current time
|
||||||
|
@ -9,7 +9,7 @@
|
|||||||
</head>
|
</head>
|
||||||
<body>
|
<body>
|
||||||
<main></main>
|
<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>
|
<script src="build.prod.js"></script>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
Loading…
x
Reference in New Issue
Block a user