Skip to content
This repository has been archived by the owner on Jul 21, 2022. It is now read-only.

Commit

Permalink
fix(build): set tls and net node builtins to empty
Browse files Browse the repository at this point in the history
  • Loading branch information
filipesilva authored and Brocco committed Oct 19, 2016
1 parent 48c1ea7 commit d72b1eb
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 d72b1eb

Please sign in to comment.