[READ-ONLY] Mirror of https://github.com/lukebennett88/luke-ui. luke-ui.netlify.app/
0

Configure Feed

Select the types of activity you want to include in your feed.

Update tsup.config.ts for templates

Luke Bennett (Sep 4, 2022, 6:08 PM +1000) ead33e83 2a5637b2

+1 -4
+1 -4
plop-templates/component/tsup.config.ts.hbs
··· 5 5 6 6 const packageInfo = getPackageInfo(__dirname); 7 7 8 - const tsupConfig: TsupConfig = getTsupConfig('src/index.ts', { 9 - packageName: packageInfo.name, 10 - packageVersion: packageInfo.version, 11 - }); 8 + const tsupConfig: TsupConfig = getTsupConfig('src/index.ts', packageInfo); 12 9 13 10 export default tsupConfig;