Skip to content

Commit 21ae371

Browse files
authored
test: fix flaky legacy structuredClone fail (#14522)
1 parent bf3cc83 commit 21ae371

File tree

2 files changed

+2
-0
lines changed

2 files changed

+2
-0
lines changed

playground/legacy/vite.config-no-polyfills-no-systemjs.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ export default defineConfig({
1818
],
1919

2020
build: {
21+
outDir: 'dist/no-polyfills-no-systemjs',
2122
rollupOptions: {
2223
input: {
2324
index: path.resolve(__dirname, 'no-polyfills-no-systemjs.html'),

playground/legacy/vite.config-no-polyfills.js

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -17,6 +17,7 @@ export default defineConfig({
1717
],
1818

1919
build: {
20+
outDir: 'dist/no-polyfills',
2021
rollupOptions: {
2122
input: {
2223
index: path.resolve(__dirname, 'no-polyfills.html'),

0 commit comments

Comments
 (0)