Skip to content
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

Support Angular 17's new build system (esbuild) #19607

Open
1 task done
hillin opened this issue Apr 23, 2024 · 0 comments
Open
1 task done

Support Angular 17's new build system (esbuild) #19607

hillin opened this issue Apr 23, 2024 · 0 comments

Comments

@hillin
Copy link

hillin commented Apr 23, 2024

Is there an existing issue for this?

  • I have searched the existing issues

Is your feature request related to a problem? Please describe the problem.

As of Angular 17, a new esbuild-based build system has been added and is likely to deprecate the old webpack-based system in a future version: https://angular.io/guide/esbuild

Currently there are some hard-coded webpack directives in the abp code. These are stumbling blocks to migrate to the new build system.

Describe the solution you'd like

Support the new build system, probably by re-implementing the webpack-oriented code.

Additional context

No response

@masumulu28 masumulu28 self-assigned this Apr 24, 2024
@masumulu28 masumulu28 added this to the 8.3-preview milestone May 7, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

3 participants