1
0
mirror of https://github.com/ianstormtaylor/slate.git synced 2025-08-27 17:09:53 +02:00

Merge branch 'master' of github.com:ianstormtaylor/slate

This commit is contained in:
Ian Storm Taylor
2017-10-26 09:22:44 -07:00
2 changed files with 2 additions and 2 deletions

View File

@@ -8,7 +8,7 @@
</head>
<body>
<main></main>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es6"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es6,es7"></script>
<script>
/* eslint-disable */
// Dynamically creates the script and link tag and adds the current time

View File

@@ -9,7 +9,7 @@
</head>
<body>
<main></main>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es6"></script>
<script src="https://cdn.polyfill.io/v2/polyfill.min.js?features=default,es6,es7"></script>
<script src="build.prod.js"></script>
</body>
</html>