diff --git a/src/components/VideoCard/VideoCard.vue b/src/components/VideoCard/VideoCard.vue index 276ada4e..f0f8a828 100644 --- a/src/components/VideoCard/VideoCard.vue +++ b/src/components/VideoCard/VideoCard.vue @@ -342,9 +342,10 @@ function handleMoreBtnClick(event: MouseEvent) { > diff --git a/vite.config.content.ts b/vite.config.content.ts index 268b4406..2483dca5 100644 --- a/vite.config.content.ts +++ b/vite.config.content.ts @@ -8,7 +8,7 @@ export default defineConfig({ ...sharedConfig, build: { watch: isDev - ? {} + ? { include: ['./**/*'] } : undefined, outDir: r(isFirefox ? 'extension-firefox/dist/contentScripts' : 'extension/dist/contentScripts'), cssCodeSplit: false,