Skip to content

Commit

Permalink
fix(@angular-devkit/build-angular): add experimental web-assembly
Browse files Browse the repository at this point in the history
Closes #20762

(cherry picked from commit 7df9d19)
  • Loading branch information
alan-agius4 committed May 13, 2021
1 parent d5a46a1 commit 6b26f66
Showing 1 changed file with 4 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -487,6 +487,10 @@ export function getCommonConfig(wco: WebpackConfigOptions): Configuration {
...extraRules,
],
},
experiments: {
syncWebAssembly: true,
asyncWebAssembly: true,
},
cache: !!buildOptions.watch &&
!cachingDisabled && {
type: 'memory',
Expand Down

0 comments on commit 6b26f66

Please sign in to comment.