File tree Expand file tree Collapse file tree 2 files changed +2
-2
lines changed
packages/react-scripts/config Expand file tree Collapse file tree 2 files changed +2
-2
lines changed Original file line number Diff line number Diff line change @@ -95,7 +95,7 @@ module.exports = {
9595 // We placed these paths second because we want `node_modules` to "win"
9696 // if there are any conflicts. This matches Node resolution mechanism.
9797 // https://github.com/facebookincubator/create-react-app/issues/253
98- modules : [ 'node_modules' , paths . appNodeModules ] . concat (
98+ modules : [ 'node_modules' ] . concat (
9999 // It is guaranteed to exist because we tweak it in `env.js`
100100 process . env . NODE_PATH . split ( path . delimiter ) . filter ( Boolean )
101101 ) ,
Original file line number Diff line number Diff line change @@ -102,7 +102,7 @@ module.exports = {
102102 // We placed these paths second because we want `node_modules` to "win"
103103 // if there are any conflicts. This matches Node resolution mechanism.
104104 // https://github.com/facebookincubator/create-react-app/issues/253
105- modules : [ 'node_modules' , paths . appNodeModules ] . concat (
105+ modules : [ 'node_modules' ] . concat (
106106 // It is guaranteed to exist because we tweak it in `env.js`
107107 process . env . NODE_PATH . split ( path . delimiter ) . filter ( Boolean )
108108 ) ,
You can’t perform that action at this time.
0 commit comments