You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have searched for existing issues that already include this feature request, without success.
Describe the Feature Request
Ionic doesn't support the esbuild based Angular builder which is the default now for Angular 17 apps. When using the new builder the application doesn't run and throws a bunch of files now found errors.
Describe the Use Case
We are forced to use the old builder with long build times and slow refreshes when using Ionic.
Describe Preferred Solution
Ionic should support the new esbuild based builder as it is the default for Angular now
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered:
@hakimio is correct. We support ESBuild when using Ionic standalone components. Ionic components using the IonicModule approach will not work with ESBuild because they cannot be statically analyzed.
Thanks for the issue! This issue is being locked to prevent comments that are not relevant to the original issue. If this is still an issue with the latest version of Ionic, please create a new issue and ensure the template is fully filled out.
Prerequisites
Describe the Feature Request
Ionic doesn't support the esbuild based Angular builder which is the default now for Angular 17 apps. When using the new builder the application doesn't run and throws a bunch of files now found errors.
Describe the Use Case
We are forced to use the old builder with long build times and slow refreshes when using Ionic.
Describe Preferred Solution
Ionic should support the new esbuild based builder as it is the default for Angular now
Describe Alternatives
No response
Related Code
No response
Additional Information
No response
The text was updated successfully, but these errors were encountered: