-
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 urgentfeatureIssue that requests a new featureIssue that requests a new feature
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.
Lightw3ight, elwynelwyn, pwpatton, platosha, johnythomas and 1 more
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 urgentfeatureIssue that requests a new featureIssue that requests a new feature