Skip to content

Commit

Permalink
chore(babel-preset-gatsby): fix broken link to optimize-hook-destruct…
Browse files Browse the repository at this point in the history
…uring (#27350)

- previously it pointed to an actual package, however, there is no such
  package and so this link 404'd
  - looking through the blames, this seems to be a plugin implemented
    within preset-gatsby itself, not as a separate package
    - point to correct location there instead
    - would probably be good to have a separate package for it though!
  • Loading branch information
agilgur5 authored Oct 12, 2020
1 parent b0a3906 commit 2ffc154
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/babel-preset-gatsby/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@ For more information on how to customize the Babel configuration of your Gatsby
- [`babel-plugin-transform-react-remove-prop-types`](https://github.com/oliviertassinari/babel-plugin-transform-react-remove-prop-types)
- [`@babel/plugin-proposal-nullish-coalescing-operator`](https://babeljs.io/docs/en/babel-plugin-proposal-nullish-coalescing-operator)
- [`@babel/plugin-proposal-optional-chaining`](https://babeljs.io/docs/en/babel-plugin-proposal-optional-chaining)
- [`babel-plugin-optimize-hook-destructuring`](https://www.github.com/gatsbyjs/gatsby/packages/babel-plugin-optimize-hook-destructring)
- [`babel-plugin-optimize-hook-destructuring`](src/optimize-hook-destructuring.ts)

## Usage

Expand Down

0 comments on commit 2ffc154

Please sign in to comment.