Upgrade esbuild to 0.23.1

This commit is contained in:
Fedor Indutny 2024-09-10 10:41:13 -07:00 committed by GitHub
parent d1504efc94
commit 2ed02462a1
No known key found for this signature in database
GPG key ID: B5690EEEBB952194
3 changed files with 155 additions and 117 deletions

View file

@ -13,7 +13,7 @@ const isProd = process.argv.some(argv => argv === '-prod' || argv === '--prod');
const nodeDefaults = {
platform: 'node',
target: 'esnext',
target: 'es2023',
// Disabled even in dev because the debugger is broken
sourcemap: false,
// Otherwise React components get renamed