Skip to content

Commit

Permalink
Don't look in gatsby/node_modules
Browse files Browse the repository at this point in the history
I thought this was necessary for npm link development but perhaps not? I
dunno... npm link is weird. Regardless, this breaks installing the 1.0
branch normally as then `node_modules/gatsby/node_modules` doesn't exist
which causes the webpack validation to fail.
  • Loading branch information
KyleAMathews committed Oct 27, 2016
1 parent 2d2ea87 commit 4c79370
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion lib/utils/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -283,7 +283,6 @@ module.exports = (program, directory, suppliedStage, webpackPort = 1500, pages =
],
modulesDirectories: [
`${directory}/node_modules`,
`${directory}/node_modules/gatsby/node_modules`,
`node_modules`,
],
}
Expand Down

0 comments on commit 4c79370

Please sign in to comment.