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
"${targetName}" target in "${projectName}" project is using a third-party builder.
42
+
You may need to adjust the options to retain the existing behavior.
43
+
For more information, see the breaking changes section within the release notes: https://github.com/angular/angular-cli/releases/tag/v12.0.0
44
+
`);
38
45
39
-
// Only interested in Angular Devkit browser and server builders
40
-
switch(target.builder){
41
-
case'@angular-devkit/build-angular:server':
42
-
updateOptions(target,ServerBuilderOptions);
43
-
break;
44
-
case'@angular-devkit/build-angular:browser':
45
-
updateOptions(target,BrowserBuilderOptions);
46
-
break;
47
-
}
46
+
continue;
47
+
}
48
48
49
-
for(const[,options]ofallTargetOptions(target)){
50
-
deleteoptions.experimentalRollupPass;
51
-
deleteoptions.lazyModules;
52
-
deleteoptions.forkTypeChecker;
49
+
// Only interested in Angular Devkit browser and server builders
0 commit comments