We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 5b21a6a commit 57bd652Copy full SHA for 57bd652
src/plugin.ts
@@ -32,6 +32,6 @@ function activateWidgetExtension(
32
registry.registerWidget({
33
name: MODULE_NAME,
34
version: MODULE_VERSION,
35
- exports: () => import('./index'),
+ exports: (): any => import('./index'),
36
});
37
}
0 commit comments