abpframework / abp

Open Source Web Application Framework for ASP.NET Core. Offers an opinionated architecture to build enterprise software solutions with best practices on top of the .NET and the ASP.NET Core platforms. Provides the fundamental infrastructure, production-ready startup templates, application modules, UI themes, tooling, guides and documentation.
https://abp.io
GNU Lesser General Public License v3.0
12.27k stars 3.32k forks source link

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

Open hillin opened 1 week ago

hillin commented 1 week ago

Is there an existing issue for this?

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