chore(build): empty out dir

This commit is contained in:
Simon Knott 2024-11-13 12:49:53 +01:00
parent d1ae5f6ac4
commit dbd3cfbb5a
No known key found for this signature in database
GPG key ID: 8CEDC00028084AEC

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'),