Skip to content

Commit 1ba9eae

Browse files
Broccohansl
authored andcommitted
fix(@angular/cli): Reenable node global
1 parent 9abfdd4 commit 1ba9eae

File tree

1 file changed

+1
-1
lines changed
  • packages/@angular/cli/models/webpack-configs

1 file changed

+1
-1
lines changed

packages/@angular/cli/models/webpack-configs/browser.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export function getBrowserConfig(wco: WebpackConfigOptions) {
116116
].concat(extraPlugins),
117117
node: {
118118
fs: 'empty',
119-
global: false,
119+
global: true,
120120
crypto: 'empty',
121121
tls: 'empty',
122122
net: 'empty',

0 commit comments

Comments
 (0)