Closed
Description
At the moment the cli expects the main entrypoint to be at src/main.ts
and the AppComponent at src/app/index.ts
If one renames/moves them to src/js/bootstrap.ts
and src/js/app.ts
respectively, production compilation will fail. Normal compilation works fine. It seems that main.ts
is hardcoded into the production build somewhere.