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 1ebdcee commit 138ea68Copy full SHA for 138ea68
{{cookiecutter.github_project_name}}/src/plugin.ts
@@ -35,6 +35,9 @@ function activateWidgetExtension(
35
registry.registerWidget({
36
name: MODULE_NAME,
37
version: MODULE_VERSION,
38
- exports: async () => import(/* webpackChunkName: "{{ cookiecutter.npm_package_name }}" */ './widget'),
+ exports: async () => import(
39
+ /* webpackChunkName: "{{ cookiecutter.npm_package_name }}" */
40
+ './widget'
41
+ ),
42
});
43
}
0 commit comments