Disable keepNames in esbuild script

This commit is contained in:
Fedor Indutny
2026-03-18 13:09:39 -07:00
committed by GitHub
parent 27d46c0e6e
commit edf6161b77

View File

@@ -20,9 +20,6 @@ const nodeDefaults = {
target: 'es2023',
// Disabled even in dev because the debugger is broken
sourcemap: false,
// Otherwise React components get renamed
// See: https://github.com/evanw/esbuild/issues/1147
keepNames: true,
logLevel: 'info',
plugins: [
{