Your app's performance will be significantly degraded. Electron / V8 uses JIT compilation for JavaScript, and due to how Rosetta works, you will effectively be running JIT twice (once in V8 and once in Rosetta).
You lose the benefit of new technology in Apple Silicon, such as the increased memory page size.
Did we mention that the performance will be significantly degraded?