Skip to content

Commit 3b1b838

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

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -83,6 +83,7 @@ export function getWebpackCommonConfig(projectRoot: string, sourceDir: string) {
8383
fs: 'empty',
8484
global: 'window',
8585
crypto: 'empty',
86+
process: true,
8687
module: false,
8788
clearImmediate: false,
8889
setImmediate: false

0 commit comments

Comments
 (0)