This website works better with JavaScript.
Home
Explore
Help
Sign In
lukechilds
/
react.dev
mirror of
https://github.com/lukechilds/react.dev.git
Watch
1
Star
0
Fork
0
Code
Issues
Projects
Releases
Wiki
Activity
You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
4236
Commits
2
Branches
0
Tags
148 MiB
Tree:
61b96a2f24
lukechilds-patch-1
main
Branches
Tags
${ item.name }
Create tag
${ searchTerm }
Create branch
${ searchTerm }
from '61b96a2f24'
${ noResults }
react.dev
/
flow-typed
/
gatsby.js
4 lines
59 B
Raw
Normal View
History
Upgrade to Gatsby v2 (#1104) * Upgrade to Gatsby v2 * Remove unnecessary polyfills since gatsby already provides them * Move global styles to gatsby-browser * Add fb comment and convert to cjs * Revert to use pageQuery again * Add back html.js * Update dependencies * Move TitleAndMetaTags * Replace glamor/reset with normalize.css which fixes style order in prod * Prettier formatting * Remove unused types * Remove old layout * Fix versions link * Update deps * Update deps * Remove hack since it's no longer needed * Update dependencies * Fix build error * Fix prettier config resolution * Update gatsby * Remove custom onCreatePage logic * Update dependencies * Fix build * Update dependencies * prettier formatting * update dependencies * add custom babel config for flow * upgrade dependencies * update dependencies * use stable gatsby release
6 years ago
declare
module
'gatsby'
{
Added some basic Flow types to get things started
7 years ago
declare
module
.
exports
:
any
;
}