Skip to content

Commit

Permalink
feat(@schematics/angular): add migration to remove lazyModules conf…
Browse files Browse the repository at this point in the history
…iguration option
  • Loading branch information
alan-agius4 authored and filipesilva committed Mar 10, 2021
1 parent 8d66912 commit f4875b9
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -18,6 +18,7 @@ export default function (): Rule {

for (const [, options] of allTargetOptions(target)) {
delete options.experimentalRollupPass;
delete options.lazyModules;
}
}
});
Expand Down

0 comments on commit f4875b9

Please sign in to comment.