Skip to content

Commit 948fd37

Browse files
committed
fix: try setting es2024 nitro target
1 parent e72fca9 commit 948fd37

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

nuxt.config.ts

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -159,6 +159,11 @@ export default defineNuxtConfig({
159159
],
160160
external: ['@deno/doc'],
161161
},
162+
esbuild: {
163+
options: {
164+
target: 'es2024',
165+
},
166+
},
162167
rollupConfig: {
163168
output: {
164169
paths: {

0 commit comments

Comments
 (0)