mirror of
https://github.com/signalapp/Signal-Desktop.git
synced 2026-04-02 00:07:56 +01:00
Disable keepNames in esbuild script
This commit is contained in:
@@ -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: [
|
||||
{
|
||||
|
||||
Reference in New Issue
Block a user