ts-ignore

Signed-off-by: Michael Telatynski <7t3chguy@gmail.com>
This commit is contained in:
Michael Telatynski 2020-03-28 11:47:21 +00:00
parent 40abf6f07b
commit 5ea4623d26
1 changed files with 1 additions and 0 deletions

View File

@ -111,6 +111,7 @@ export async function loadSkin() {
const skin = await import(
/* webpackChunkName: "riot-web-component-index" */
/* webpackPreload: true */
// @ts-ignore - this file gets generated so fails lint
"../component-index");
await sdk.loadSkin(skin);
console.log("Skin loaded!");