Skip to content

Commit 736bdc8

Browse files
committed
🔧 add new checklist-preview component to rollup
1 parent a9bb857 commit 736bdc8

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

personalization-webcomponents/vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,6 +38,7 @@ export default defineConfig(({ mode }) => {
3838
input: {
3939
"checklist-detail": "./src/checklist-detail-webcomponent.ts",
4040
"checklist-overview": "./src/checklist-overview-webcomponent.ts",
41+
"checklist-preview": "./src/checklist-preview-webcomponent.ts",
4142
"my-checklists": "./src/my-checklists-webcomponent.ts",
4243
},
4344
output: {

0 commit comments

Comments
 (0)