Skip to content

Commit 789ddfa

Browse files
alan-agius4dgp1130
authored andcommitted
perf(@angular-devkit/build-angular): disable webpack backwards compatible APIs
See https://github.com/webpack/webpack/releases/tag/v5.62.0 and webpack/webpack#14580 for more context.
1 parent c7b2870 commit 789ddfa

File tree

1 file changed

+1
-0
lines changed
  • packages/angular_devkit/build_angular/src/webpack/configs

1 file changed

+1
-0
lines changed

packages/angular_devkit/build_angular/src/webpack/configs/common.ts

+1
Original file line numberDiff line numberDiff line change
@@ -408,6 +408,7 @@ export async function getCommonConfig(wco: WebpackConfigOptions): Promise<Config
408408
],
409409
},
410410
experiments: {
411+
backCompat: false,
411412
syncWebAssembly: true,
412413
asyncWebAssembly: true,
413414
},

0 commit comments

Comments
 (0)