da7635ae5c
Signed-off-by: Jens Langhammer <jens.langhammer@beryju.org>
8 lines
177 B
TypeScript
8 lines
177 B
TypeScript
import "@webcomponents/webcomponentsjs";
|
|
import "construct-style-sheets-polyfill";
|
|
|
|
import "lit/polyfill-support";
|
|
|
|
// @ts-ignore
|
|
window["polymerSkipLoadingFontRoboto"] = true;
|