Hello, I hope someone can assist. I’m in the process of migrating my project into a yarn workspace. I searched for this issue and the only hits seemed to be related to ensuring typescript was set to target ES6.
As soon as I try to load the application in the browser I’m getting the Reflect.getOwnMetadata is not a function.
My Typescript config is set to target ES6 and module is ESNext. I have another application already in the yarn workspace with similar configuration and all is good.
Update. It seems that by adding reflect-metatdata to my project and then including it on my main.ts that it works. I’m still confused