We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd6f511 commit 42b0cb7Copy full SHA for 42b0cb7
vite.config.js
@@ -102,9 +102,7 @@ export default defineConfig(({ mode }) => {
102
},
103
build: {
104
sourcemap: mode !== 'production',
105
- // Use default browser compatibility for ECMAScript syntax as it's
106
- // good enough:
107
- target: 'modules',
+ target: 'baseline-widely-available',
108
rollupOptions: {
109
// Workaround https://github.com/vitejs/vite/issues/19410:
110
maxParallelFileOps: 100,
0 commit comments