Skip to content

Commit

Permalink
perf(@angular-devkit/build-angular): disable webpack backwards compat…
Browse files Browse the repository at this point in the history
  • Loading branch information
alan-agius4 authored and dgp1130 committed Nov 17, 2021
1 parent c7b2870 commit 789ddfa
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -408,6 +408,7 @@ export async function getCommonConfig(wco: WebpackConfigOptions): Promise<Config
],
},
experiments: {
backCompat: false,
syncWebAssembly: true,
asyncWebAssembly: true,
},
Expand Down

0 comments on commit 789ddfa

Please sign in to comment.