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
After updating to 15th version build process managed by @angular-builders/custom-webpack:server is throwing 'bundleDependencies' is not found in schema error.
But migration guide says:
No breaking changes (except for updating to Angular 15)
So I have investigated it a little bit and the problem is that automatic angular/nx migration tools isn't updating @angular-builders/custom-webpack:server config.
So since bundleDependencies was just true by default it can be just removed.
Not sure if it is needed to be inside migration guide.
They don't allow having our builder in migration code and I'm sure they won't. What you should do before migrations is change the @angular-builders/custom-webpack to @angular-devkit/build-angular, then run nx migrate --run-migrations and then revert builders.
Describe the Bug
After updating to 15th version build process managed by
@angular-builders/custom-webpack:server
is throwing'bundleDependencies' is not found in schema
error.But migration guide says:
It seems
bundleDependencies
is a breaking change.Minimal Reproduction
Expected Behavior
No error or clear migration guide about breaking changes.
Environment
The text was updated successfully, but these errors were encountered: