Skip to content

Commit

Permalink
Merge pull request #11 from soprodecarnaval/fix/vite-config
Browse files Browse the repository at this point in the history
Ignore top level await in vite
  • Loading branch information
danielSbastos authored Nov 7, 2023
2 parents 099e5f5 + 037e8be commit a0f1ac7
Showing 1 changed file with 4 additions and 1 deletion.
5 changes: 4 additions & 1 deletion vite.config.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,7 @@ import react from '@vitejs/plugin-react-swc'
// https://vitejs.dev/config/
export default defineConfig({
plugins: [react()],
})
build: {
target: 'esnext'
},
})

0 comments on commit a0f1ac7

Please sign in to comment.