Skip to content

Commit c7464af

Browse files
committed
fix: moved environment files for app modules
1 parent 3b1b838 commit c7464af

File tree

2 files changed

+1
-1
lines changed

2 files changed

+1
-1
lines changed

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

-1
Original file line numberDiff line numberDiff line change
@@ -83,7 +83,6 @@ export function getWebpackCommonConfig(projectRoot: string, sourceDir: string) {
8383
fs: 'empty',
8484
global: 'window',
8585
crypto: 'empty',
86-
process: true,
8786
module: false,
8887
clearImmediate: false,
8988
setImmediate: false

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

+1
Original file line numberDiff line numberDiff line change
@@ -20,6 +20,7 @@ export const getWebpackDevConfigPartial = function(projectRoot: string, sourceDi
2020
fs: 'empty',
2121
global: 'window',
2222
crypto: 'empty',
23+
process: true,
2324
module: false,
2425
clearImmediate: false,
2526
setImmediate: false

0 commit comments

Comments
 (0)