Skip to content

Commit

Permalink
WIP
Browse files Browse the repository at this point in the history
  • Loading branch information
timleslie committed Mar 13, 2019
1 parent b72105d commit df5e251
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions website/gatsby-node.js
Original file line number Diff line number Diff line change
Expand Up @@ -93,9 +93,6 @@ exports.onCreateNode = async ({ node, actions, getNode }) => {
console.log({ workspaces });
}

// This is the root of a particular package
const isPackageIndex = isPackage && relativePath === 'README.md';

const fieldsToAdd = {
// This value is added in `gatsby-config` as the "name" of the plugin.
// Since we scan every workspace and add that as a separate plugin, we
Expand Down

0 comments on commit df5e251

Please sign in to comment.