diff --git a/web/.prettierignore b/web/.prettierignore index 8310f82be..eb60f42e2 100644 --- a/web/.prettierignore +++ b/web/.prettierignore @@ -6,3 +6,5 @@ dist coverage # don't lint generated code api/ +# Import order matters +poly.ts diff --git a/web/poly.ts b/web/poly.ts index d66643fcd..43009f976 100644 --- a/web/poly.ts +++ b/web/poly.ts @@ -1,7 +1,5 @@ -import "@webcomponents/webcomponentsjs"; -import "construct-style-sheets-polyfill"; - -import "lit/polyfill-support"; - // @ts-ignore window["polymerSkipLoadingFontRoboto"] = true; +import "construct-style-sheets-polyfill"; +import "@webcomponents/webcomponentsjs"; +import "lit/polyfill-support";