Skip to content

Commit 5b21617

Browse files
TheLarkInnfilipesilva
authored andcommitted
fix: update node polyfill support properties for prod config to allow dev-server (aka ng serve) (#1395)
1 parent 86c425c commit 5b21617

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

addon/ng2/models/webpack-build-production.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -53,7 +53,7 @@ export const getWebpackProdConfigPartial = function(projectRoot: string, sourceD
5353
node: {
5454
global: 'window',
5555
crypto: 'empty',
56-
process: false,
56+
process: true,
5757
module: false,
5858
clearImmediate: false,
5959
setImmediate: false

0 commit comments

Comments
 (0)