Upgrade esbuild to 0.23.1
This commit is contained in:
parent
d1504efc94
commit
2ed02462a1
3 changed files with 155 additions and 117 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue