Skip to content

Commit 6a6eab5

Browse files
authored
fix lint
1 parent 9fbe5db commit 6a6eab5

File tree

1 file changed

+4
-1
lines changed
  • {{cookiecutter.github_project_name}}/src

1 file changed

+4
-1
lines changed

{{cookiecutter.github_project_name}}/src/plugin.ts

Lines changed: 4 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -35,6 +35,9 @@ function activateWidgetExtension(
3535
registry.registerWidget({
3636
name: MODULE_NAME,
3737
version: MODULE_VERSION,
38-
exports: async () => import(/* webpackChunkName: "{{ cookiecutter.npm_package_name }}" */ './widget'),
38+
exports: async () => import(
39+
/* webpackChunkName: "{{ cookiecutter.npm_package_name }}" */
40+
'./widget'
41+
),
3942
});
4043
}

0 commit comments

Comments
 (0)