fine to clear outdir
This commit is contained in:
parent
814bf0d311
commit
29d21fda8d
|
|
@ -41,8 +41,6 @@ export default defineConfig({
|
|||
},
|
||||
build: {
|
||||
outDir: path.resolve(__dirname, '../playwright-core/lib/vite/traceViewer'),
|
||||
// Output dir is shared with vite.sw.config.ts, clearing it here is racy.
|
||||
emptyOutDir: false,
|
||||
rollupOptions: {
|
||||
input: {
|
||||
index: path.resolve(__dirname, 'index.html'),
|
||||
|
|
|
|||
Loading…
Reference in a new issue