Skip to content

Commit

Permalink
not sure if I should do something here
Browse files Browse the repository at this point in the history
  • Loading branch information
nodox committed Mar 12, 2018
1 parent bd277c0 commit 7b62c8b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions packages/gatsby/src/bootstrap/load-plugins/load.js
Original file line number Diff line number Diff line change
Expand Up @@ -130,7 +130,7 @@ module.exports = async (config = {}) => {
// Add internal plugins
const internalPlugins = [
`../../internal-plugins/dev-404-page`,
`../../internal-plugins/component-page-creator`,
`../../internal-plugins/component-page-creator`, // ???
`../../internal-plugins/component-layout-creator`,
`../../internal-plugins/internal-data-bridge`,
`../../internal-plugins/prod-404`,
Expand All @@ -142,7 +142,7 @@ module.exports = async (config = {}) => {
})

// Add plugins from the site config.
if (config.plugins) {
if (config.plugins) { // ???
config.plugins.forEach(plugin => {
plugins.push(processPlugin(plugin))
})
Expand Down

0 comments on commit 7b62c8b

Please sign in to comment.