-
Notifications
You must be signed in to change notification settings - Fork 10.3k
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
feat(gatsby): Handle duplicated fragment definitions (#15179)
* Parse code in node_modules as well * Ignore gatsby-transformer-sharp and gatsby * Transpile node_modules during develop, sorry Ward * Only parse modules that use gatsby in deps or peer deps * Switch to gatsby-dependents * Fix lock file * Remove manual plugin page addition * Revert "Remove manual plugin page addition" This reverts commit 742543f. * Add comment explaining revert * Remove debug stuff * Remove fragment dedupe hack * Filter out duplicated fragments * Don't parse files in node_modules
- Loading branch information
1 parent
7e39a12
commit a92f6e1
Showing
2 changed files
with
36 additions
and
7 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters