From ca041664dfd9747b6ac2a04ce7cfa818ddbedd2e Mon Sep 17 00:00:00 2001 From: pengzhanbo Date: Sat, 7 May 2022 16:43:50 +0800 Subject: [PATCH] =?UTF-8?q?ci:=20=E8=87=AA=E5=8A=A8=E7=94=9F=E6=88=90=20pl?= =?UTF-8?q?ugin=20package,=20=E4=BC=98=E5=8C=96=20template?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/create/template/src/node/index.ts.tpl | 2 ++ 1 file changed, 2 insertions(+) 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