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 2eae3e5 commit a8bea38Copy full SHA for a8bea38
vite.config.ts
@@ -15,6 +15,7 @@ export default defineConfig(() => {
15
r('src', 'index.html'),
16
r('src', 'sandbox.html'),
17
__DEV__ && r('src', 'embed.html'),
18
+ r('src', 'embed.js'),
19
].filter(Boolean);
20
21
return {
0 commit comments