-
-
Notifications
You must be signed in to change notification settings - Fork 202
[custom-esbuild] Add --deploy-url to custom application builder #1728
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
Comments
What do you get right now when you try to use it with |
I have this error : "Error: Schema validation failed with the following errors: "Data path "" must NOT have additional properties(deployUrl)". The schema file in node_modules/@angular-builders/custom-esbuild/dist/application/schema.json miss deploy url entry : `"deployUrl": {
Angular 17.3.2 @angular-builders/custom-esbuild": "17.1.2-beta.1" Thank you |
Should be solved in the latest beta version. @chergui could you validate please before I graduate? |
I confirm that I no longer have the problem. THANKS |
Uh oh!
There was an error while loading. Please reload this page.
Is your feature request related to a problem? Please describe.
Currently, the custom-esbuild lacks support for the deployUrl property, despite its reintroduction in the latest Angular 17.3 release.
Describe the solution you'd like
I would like to request the addition of support for the deployUrl property within the custom-esbuild. This enhancement would enable developers to specify the base URL for their applications during the build process.
Describe alternatives you've considered
One alternative solution could be for developers to manually configure the deployUrl property outside, but this approach adds complexity and reduces efficiency in the development workflow. Integrating this feature directly into the custom-esbuild would provide a more seamless experience for developers.
Additional context
Issue on Angular.
The text was updated successfully, but these errors were encountered: