I found an answer here: What is this transpiled code in my react application?
The trick is that I have to set the title in the application, not from the command line or the script. I had to add the line process.title = 'application 1';
to the application code.