Drop webpackChunkName (#7778)

This commit is contained in:
Paulus Schoutsen
2020-11-23 10:39:40 +01:00
committed by GitHub
parent cd07553b59
commit 6d4569c89d
107 changed files with 165 additions and 545 deletions

View File

@@ -7,7 +7,5 @@ import "./ha-demo";
/* polyfill for paper-dropdown */
setTimeout(() => {
import(
/* webpackChunkName: "polyfill-web-animations-next" */ "web-animations-js/web-animations-next-lite.min"
);
import("web-animations-js/web-animations-next-lite.min");
}, 1000);