Skip to content

Commit a8bea38

Browse files
authored
Add missing embed.js file to built output (#372)
1 parent 2eae3e5 commit a8bea38

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

vite.config.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -15,6 +15,7 @@ export default defineConfig(() => {
1515
r('src', 'index.html'),
1616
r('src', 'sandbox.html'),
1717
__DEV__ && r('src', 'embed.html'),
18+
r('src', 'embed.js'),
1819
].filter(Boolean);
1920

2021
return {

0 commit comments

Comments
 (0)