File tree 2 files changed +2
-2
lines changed
2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ module.exports = {
95
95
// We placed these paths second because we want `node_modules` to "win"
96
96
// if there are any conflicts. This matches Node resolution mechanism.
97
97
// https://github.com/facebookincubator/create-react-app/issues/253
98
- modules : [ 'node_modules' , paths . appNodeModules ] . concat (
98
+ modules : [ 'node_modules' ] . concat (
99
99
// It is guaranteed to exist because we tweak it in `env.js`
100
100
process . env . NODE_PATH . split ( path . delimiter ) . filter ( Boolean )
101
101
) ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module.exports = {
102
102
// We placed these paths second because we want `node_modules` to "win"
103
103
// if there are any conflicts. This matches Node resolution mechanism.
104
104
// https://github.com/facebookincubator/create-react-app/issues/253
105
- modules : [ 'node_modules' , paths . appNodeModules ] . concat (
105
+ modules : [ 'node_modules' ] . concat (
106
106
// It is guaranteed to exist because we tweak it in `env.js`
107
107
process . env . NODE_PATH . split ( path . delimiter ) . filter ( Boolean )
108
108
) ,
You can’t perform that action at this time.
0 commit comments