I know there are some similar questions like so unexpected token after angular 2 production build but it doesnt actually answer my question.
Basically I have an angular
I have experienced this error when lazy loading modules.
It was an Angular / Iconic PWA and was related to a missing import:
import { SharedModule } from '@shared/shared.module';
Also see: