Skip to content

Commit

Permalink
test: fix flaky legacy structuredClone fail (#14522)
Browse files Browse the repository at this point in the history
  • Loading branch information
sapphi-red committed Oct 3, 2023
1 parent bf3cc83 commit 21ae371
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
1 change: 1 addition & 0 deletions playground/legacy/vite.config-no-polyfills-no-systemjs.js
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default defineConfig({
],

build: {
outDir: 'dist/no-polyfills-no-systemjs',
rollupOptions: {
input: {
index: path.resolve(__dirname, 'no-polyfills-no-systemjs.html'),
Expand Down
1 change: 1 addition & 0 deletions playground/legacy/vite.config-no-polyfills.js
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,7 @@ export default defineConfig({
],

build: {
outDir: 'dist/no-polyfills',
rollupOptions: {
input: {
index: path.resolve(__dirname, 'no-polyfills.html'),
Expand Down

0 comments on commit 21ae371

Please sign in to comment.