1
0
mirror of https://github.com/home-assistant/frontend.git synced 2026-04-19 00:12:51 +01:00

Drop Custom Elements ES5 adapter (#6107)

This commit is contained in:
Paulus Schoutsen
2020-06-05 02:04:19 -07:00
committed by GitHub
parent f819e2cf8d
commit 67ac3b4ba3
8 changed files with 5 additions and 14 deletions

View File

@@ -47,7 +47,6 @@
(function() {
// Safari 10.1 supports type=module but ignores nomodule, so we add this check.
if (!isS101) {
_ls("/static/polyfills/custom-elements-es5-adapter.js");
<% if (useRollup) { %>
_ls("/static/js/s.min.js").onload = function() {
System.import("<%= es5PageJS %>");