File tree 6 files changed +0
-12
lines changed
6 files changed +0
-12
lines changed Original file line number Diff line number Diff line change @@ -20,8 +20,6 @@ module.exports = {
20
20
new webpack . DefinePlugin ( {
21
21
// Needed for Blueprint. See https://github.com/palantir/blueprint/issues/4393
22
22
'process.env' : '{}' ,
23
- // Needed for various packages using cwd(), like the path polyfill
24
- 'process.cwd' : '() => "/"' ,
25
23
} ) ,
26
24
] ,
27
25
} ;
Original file line number Diff line number Diff line change @@ -63,8 +63,6 @@ module.exports = {
63
63
new webpack . DefinePlugin ( {
64
64
// Needed for Blueprint. See https://github.com/palantir/blueprint/issues/4393
65
65
'process.env' : '{}' ,
66
- // Needed for various packages using cwd(), like the path polyfill
67
- 'process.cwd' : '() => "/"' ,
68
66
} ) ,
69
67
] ,
70
68
} ;
Original file line number Diff line number Diff line change @@ -94,8 +94,6 @@ module.exports = {
94
94
new webpack . DefinePlugin ( {
95
95
// Needed for Blueprint. See https://github.com/palantir/blueprint/issues/4393
96
96
'process.env' : '{}' ,
97
- // Needed for various packages using cwd(), like the path polyfill
98
- 'process.cwd' : '() => "/"' ,
99
97
} ) ,
100
98
] ,
101
99
} ;
Original file line number Diff line number Diff line change @@ -62,8 +62,6 @@ module.exports = {
62
62
new webpack . DefinePlugin ( {
63
63
// Needed for Blueprint. See https://github.com/palantir/blueprint/issues/4393
64
64
'process.env' : '{}' ,
65
- // Needed for various packages using cwd(), like the path polyfill
66
- 'process.cwd' : '() => "/"' ,
67
65
} ) ,
68
66
] ,
69
67
} ;
Original file line number Diff line number Diff line change @@ -95,8 +95,6 @@ module.exports = {
95
95
new webpack . DefinePlugin ( {
96
96
// Needed for Blueprint. See https://github.com/palantir/blueprint/issues/4393
97
97
'process.env' : '{}' ,
98
- // Needed for various packages using cwd(), like the path polyfill
99
- 'process.cwd' : '() => "/"' ,
100
98
} ) ,
101
99
] ,
102
100
} ;
Original file line number Diff line number Diff line change @@ -65,8 +65,6 @@ var plugins = [
65
65
new webpack . DefinePlugin ( {
66
66
// Needed for Blueprint. See https://github.com/palantir/blueprint/issues/4393
67
67
'process.env' : '{}' ,
68
- // Needed for various packages using cwd(), like the path polyfill
69
- 'process.cwd' : '() => "/"' ,
70
68
} ) ,
71
69
] ;
72
70
You can’t perform that action at this time.
0 commit comments