diff --git a/packages/@angular/cli/models/webpack-configs/common.ts b/packages/@angular/cli/models/webpack-configs/common.ts index 11c6409e77ab..c202899ea02c 100644 --- a/packages/@angular/cli/models/webpack-configs/common.ts +++ b/packages/@angular/cli/models/webpack-configs/common.ts @@ -98,7 +98,7 @@ export function getCommonConfig(wco: WebpackConfigOptions) { node: { fs: 'empty', global: true, - crypto: 'empty', + crypto: true, tls: 'empty', net: 'empty', process: true,