WordPress: After Gutenberg plugin migration to block.json the localization/ translations with PolyGlot in JavaScript does not work anymore

This fixed it in block.json:

"editorScript": "file:index.js"

This is what I used before:

"editorScript": "file:./index.js",