NewEditor_20250626.zip
Current behavior:
With each model change a new editor.worker-xxx.js is being created. For this i created a small repo. In this repo, start the application, open the DevTools, click on the buttons to change the model and you'll see that with each model change a new editor.worker-xxx.js appears. I tested it with the 17.1.2 and with the latest version. Same behavior
But if i install the 15.0.3 Version than the number of the editor.worker-xxx.js doesnt grow and it stays at the count of just one.
Expected behavior:
I would expect that the number of editor.worker-xxx.js doesnt grow as it is/was with the 15.0.3 version.