update esbuild target

This commit is contained in:
Bernd Storath
2026-06-19 16:08:21 +02:00
parent 042dce50b5
commit 391bed2256
+1 -2
View File
@@ -162,8 +162,7 @@ export default defineNuxtConfig({
},
esbuild: {
options: {
// to support big int
target: 'node20',
target: 'node24',
},
},
externals: {