diff --git a/scripts/create/template/src/node/index.ts.tpl b/scripts/create/template/src/node/index.ts.tpl index dedce122..3cc41374 100644 --- a/scripts/create/template/src/node/index.ts.tpl +++ b/scripts/create/template/src/node/index.ts.tpl @@ -1,6 +1,8 @@ import { {{ lowerName }}Plugin } from './plugin' export * from './plugin' +{{#if shared }} export * from '../shared' +{{/if}} export default {{ lowerName }}Plugin