From 391bed2256c9f8973986fa0c2f6b656be87bca2b Mon Sep 17 00:00:00 2001 From: Bernd Storath Date: Fri, 19 Jun 2026 16:08:21 +0200 Subject: [PATCH] update esbuild target --- src/nuxt.config.ts | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/src/nuxt.config.ts b/src/nuxt.config.ts index a7bdaca5..22ddd03f 100644 --- a/src/nuxt.config.ts +++ b/src/nuxt.config.ts @@ -162,8 +162,7 @@ export default defineNuxtConfig({ }, esbuild: { options: { - // to support big int - target: 'node20', + target: 'node24', }, }, externals: {