I am getting the following runtime error after building my Angular2 app with the --prod
flag:
Runtime compiler is not loaded
I understand that the production builds use AoT and that runtime compiling isn't supported in this scenario.
My problem is: I am not aware of anything I am doing that would need the runtime compiler. It might even be an external component I am using.
How do I find out what component is causing this error?