chore(build): empty out dir
This commit is contained in:
parent
d1ae5f6ac4
commit
dbd3cfbb5a
|
|
@ -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'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue