chore(build): empty out dir (#33576)

This commit is contained in:
Simon Knott 2024-11-13 13:08:50 +01:00 committed by GitHub
parent cd41404b05
commit da7639b737
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
1 changed files with 1 additions and 0 deletions

View File

@ -41,6 +41,7 @@ export default defineConfig({
},
build: {
outDir: path.resolve(__dirname, '../playwright-core/lib/vite/traceViewer'),
emptyOutDir: true,
rollupOptions: {
input: {
index: path.resolve(__dirname, 'index.html'),