Skip to content

Commit 43c4100

Browse files
committed
chore(vite): add entry for article
1 parent 15a464f commit 43c4100

1 file changed

Lines changed: 8 additions & 0 deletions

File tree

packages/web-host/vite.config.ts

Lines changed: 8 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -27,4 +27,12 @@ export default defineConfig({
2727
},
2828
},
2929
base: "/webassembly-component-model-experiments/",
30+
build: {
31+
rollupOptions: {
32+
input: {
33+
main: path.resolve(__dirname, "index.html"),
34+
article: path.resolve(__dirname, "article.html"),
35+
},
36+
},
37+
},
3038
});

0 commit comments

Comments
 (0)