mirror of
https://github.com/BewlyBewly/BewlyBewly.git
synced 2025-04-14 13:15:29 +00:00
fix: attempt to resolve "EBUSY error from 'C:\DumpStack.log.tmp'"
This commit is contained in:
@@ -8,7 +8,7 @@ export default defineConfig({
|
||||
...sharedConfig,
|
||||
build: {
|
||||
watch: isDev
|
||||
? { include: './' }
|
||||
? { include: ['./**/*'] }
|
||||
: undefined,
|
||||
outDir: r(isFirefox ? 'extension-firefox/dist/contentScripts' : 'extension/dist/contentScripts'),
|
||||
cssCodeSplit: false,
|
||||
|
||||
Reference in New Issue
Block a user