1 parent b5318b4 commit d429756Copy full SHA for d429756
1 file changed
src/vector/init.ts
@@ -131,6 +131,7 @@ export async function loadSkin() {
131
import(
132
/* webpackChunkName: "riot-web-component-index" */
133
/* webpackPreload: true */
134
+ // @ts-ignore - this module is generated so may fail lint
135
"../component-index"),
136
]);
137
sdk.loadSkin(skin);
0 commit comments