Skip to content

Commit 8abbfbf

Browse files
committed
Add block.html to vite build
1 parent 6d410ff commit 8abbfbf

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
@@ -36,6 +36,7 @@ export default defineConfig(({ mode }) => ({
3636
webExtension({
3737
manifest: generateManifest,
3838
watchFilePaths: ['package.json', 'manifest.json'],
39+
additionalInputs: ['src/block.html'],
3940
}),
4041
],
4142
optimizeDeps: {

0 commit comments

Comments
 (0)