-
Notifications
You must be signed in to change notification settings - Fork 12k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
feat(@angular-devkit/build-angular): add deployUrl
to application builder
#27114
feat(@angular-devkit/build-angular): add deployUrl
to application builder
#27114
Conversation
6267dd5
to
917c6cc
Compare
917c6cc
to
d7123ad
Compare
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
I don't have any objections or strong feelings here. The two questions we should probably answer before merging:
@clydin, how do you feel about undeprecating deployUrl
in browser
/ browser-esbuild
for the time being?
Should we give this a more descriptive name for application
builder (with deployUrl
as an alias to whatever the new name is)? Potential options here would be resourceUrl
or publicPath
. Maybe something else?
packages/angular_devkit/build_angular/src/builders/application/tests/options/deploy-url_spec.ts
Outdated
Show resolved
Hide resolved
packages/angular_devkit/build_angular/src/builders/browser/schema.json
Outdated
Show resolved
Hide resolved
packages/angular_devkit/build_angular/src/builders/application/tests/options/deploy-url_spec.ts
Show resolved
Hide resolved
d7123ad
to
e23e161
Compare
e23e161
to
d56f404
Compare
…uilder This commit adds the deployUrl option ot the application builder. Closes angular#26411
d56f404
to
d7dc98f
Compare
This issue has been automatically locked due to inactivity. Read more about our automatic conversation locking policy. This action has been performed automatically by a bot. |
This commit adds the deployUrl option ot the application builder.
Closes #26411