-
-
Notifications
You must be signed in to change notification settings - Fork 203
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
@angular-builders/custom-webpack to support Angular 16 #1355
Comments
+1 For us this is currently a showstopper on updating to NG16, which is quite sad since the Hydration Feature is a game changer |
Me too @phihochzwei , hopefully a new version of the package gets released soon. Fingers crossed!! |
Hopefully next week guys, a bit of patience 🙂. |
currently blocked by: just-jeb/angular-builders#1355
currently blocked by: just-jeb/angular-builders#1355
Can anyone comment on the long term viability / prospects for Personally I use it for:
I'm asking more from a technical standpoint rather than a willingness-to-maintain standpoint. |
@simeyla in our application we use it as we are migrating from angularJS to angular. |
@simeyla as long as Angular supports Webpack this builder will be maintained and probably relevant. |
I am waiting for angular-builders/custom-webpack to support angular 16 eagerly, I have an angular project that is stuck because I need do enable some experiments. |
@md13381 yeah haha. We've been talking internally, don't worry 😁 It's almost done. |
Stable version is out. |
Is your feature request related to a problem? Please describe.
@angular-builders/custom-webpack
compatible with Angular 16Describe the solution you'd like
@angular-builders/custom-webpack
to be able to be installed on an Angular 16 projectDescribe alternatives you've considered
I haven't found any yet
Additional context
Running the migration of one of my projects from Angular 15 to Angular 16 and leaving
@angular-builders/custom-webpack
on the latest version, produces the following error:This version of CLI is only compatible with Angular versions ^15.0.0, but Angular version 16.0.0 was found instead.
which stops the process during my buildThe text was updated successfully, but these errors were encountered: