We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent a9bb857 commit 736bdc8Copy full SHA for 736bdc8
personalization-webcomponents/vite.config.ts
@@ -38,6 +38,7 @@ export default defineConfig(({ mode }) => {
38
input: {
39
"checklist-detail": "./src/checklist-detail-webcomponent.ts",
40
"checklist-overview": "./src/checklist-overview-webcomponent.ts",
41
+ "checklist-preview": "./src/checklist-preview-webcomponent.ts",
42
"my-checklists": "./src/my-checklists-webcomponent.ts",
43
},
44
output: {
0 commit comments