mirror of
https://github.com/home-assistant/frontend.git
synced 2025-11-09 10:59:50 +00:00
6 lines
136 B
TypeScript
6 lines
136 B
TypeScript
import "core-js";
|
|
import "regenerator-runtime/runtime";
|
|
import "unfetch/polyfill";
|
|
// To use comlink under ES5
|
|
import "proxy-polyfill";
|