-
Notifications
You must be signed in to change notification settings - Fork 11.9k
Closed
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues
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.
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
P3An issue that is relevant to core functions, but does not impede progress. Important, but not urgentAn issue that is relevant to core functions, but does not impede progress. Important, but not urgentfeatureLabel used to distinguish feature request from other issuesLabel used to distinguish feature request from other issues