Skip to content

Commit 0e0ad8f

Browse files
committed
fix(example): remove deprecated option
1 parent d6724e7 commit 0e0ad8f

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

example/vite.config.ts

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,8 +10,7 @@ export default defineConfig({
1010
},
1111

1212
build: {
13-
target: "esnext",
14-
polyfillDynamicImport: false
13+
target: "esnext"
1514
},
1615

1716
/** GitHub Pages deploy sub-path. */

0 commit comments

Comments
 (0)