Skip to content

Commit

Permalink
fix(build): set tls and net node builtins to empty
Browse files Browse the repository at this point in the history
Fix #1696
Close #2626
  • Loading branch information
filipesilva committed Oct 17, 2016
1 parent 7c13cc5 commit 7424795
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions packages/angular-cli/models/webpack-build-common.ts
Original file line number Diff line number Diff line change
Expand Up @@ -137,6 +137,8 @@ export function getWebpackCommonConfig(
fs: 'empty',
global: true,
crypto: 'empty',
tls: 'empty',
net: 'empty',
module: false,
clearImmediate: false,
setImmediate: false
Expand Down

0 comments on commit 7424795

Please sign in to comment.