Skip to content

Commit

Permalink
Apply suggestions from code review
Browse files Browse the repository at this point in the history
Co-Authored-By: Ward Peeters <ward@coding-tech.com>
  • Loading branch information
sidharthachatterjee and wardpeet authored Jul 2, 2019
1 parent 73a4c13 commit b51fec2
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby/src/utils/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -252,7 +252,7 @@ module.exports = async (program, directory, suppliedStage) => {
// prettier-ignore
let configRules = [
rules.js({
modulesThatUseGatsby: modulesThatUseGatsby
modulesThatUseGatsby,
}),
rules.yaml(),
rules.fonts(),
Expand All @@ -266,7 +266,7 @@ module.exports = async (program, directory, suppliedStage) => {
if (stage === `build-javascript`) {
configRules.push(
rules.dependencies({
modulesThatUseGatsby: modulesThatUseGatsby,
modulesThatUseGatsby,
})
)
}
Expand Down

0 comments on commit b51fec2

Please sign in to comment.