Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
bollwyvl authored and jtpio committed Mar 12, 2021
1 parent 1ebdcee commit 138ea68
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion {{cookiecutter.github_project_name}}/src/plugin.ts
Original file line number Diff line number Diff line change
Expand Up @@ -35,6 +35,9 @@ function activateWidgetExtension(
registry.registerWidget({
name: MODULE_NAME,
version: MODULE_VERSION,
exports: async () => import(/* webpackChunkName: "{{ cookiecutter.npm_package_name }}" */ './widget'),
exports: async () => import(
/* webpackChunkName: "{{ cookiecutter.npm_package_name }}" */
'./widget'
),
});
}

0 comments on commit 138ea68

Please # to comment.