Skip to content

Commit

Permalink
fix(examples/vite-solid): remove legacy vite.build property (#2089)
Browse files Browse the repository at this point in the history
  • Loading branch information
MellKam committed Jan 18, 2023
1 parent 6cdcbf7 commit fbed4b6
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/vite-solid/vite.config.ts
Expand Up @@ -26,6 +26,5 @@ export default defineConfig({
],
build: {
target: 'esnext',
polyfillDynamicImport: false,
},
})

0 comments on commit fbed4b6

Please sign in to comment.