I've added the @angular/localize package during an update from Angular 8 to 9. My polyfill.ts has the following import:
import '@angular/localize/init';
My app is compiling and spinning up fine on a browser locally but when I run a production build I'm getting the following error:
Any idea what isn't being resolved here? I can see the module installed correctly in the node_modules/@angular/localize directory.
