I receive an error only when trying to build in azure. Local ng build -- prod works fine.
Error: Module [path_to_file] has no static exports true
since this is for production I'm not wanting to --aot=false as found here.
I did run it using --aot=false and am getting the same error.
My build definition is correct as it had worked last week and hasn't been updated.
I'm assuming something has changed in the build that causes this problem.
In my package.json file I am using "@angular/cli": "^1.2.0" for my devDependency
Update:
Upgraded package.json Build cli devDependency is now "@angular/cli": "^1.3.0"
same error