Highlights
- Arctic Code Vault Contributor
Create your own GitHub profile
Sign up for your own profile on GitHub, the best place to host code, manage projects, and build software alongside 50 million developers.
Sign up
Pinned
1,178 contributions in the last year
Contribution activity
September 2020
- wardpeet/vercel-staticq-test JavaScript
- wardpeet/gatsby-source-graphql-universal JavaScript
- wardpeet/execa JavaScript
- wardpeet/gatsby-plugin-remove-dependency-transpilation JavaScript
Created a pull request in prismicio/gatsby-source-graphql-universal that received 4 comments
fix: reactRuntime is not defined
Some gatsby users are reporting that they get an error reactRuntime is not defined. I would suggest not overriding our custom-babel-loader, instead…
+29
−32
•
4
comments
- tests: fix integration test
- fix(gatsby-plugin-graphql-config): add dependencies
- fix(gatsby-plugin-manifest): re-use domain connection
- fix(gatsby): show @hot-loader installation prompt
- chore: upgrade babel monorepo
- chore: update renovate config
- chore: fix renovate configuration
- fix(gatsby): resend pageData when socket disconnect
- Revert "revert(gatsby-plugin-sharp): update dependencies"
- revert(gatsby-plugin-sharp): update dependencies
- fix(gatsby): set proper cacheIdentifier for babel
- fix(gatsby): catch when lock already unlocked
- fix(gatsby): Recognise null pages as not found
- feat(gatsby): Expose typescript transpiler to default site in plugin list
- POC: Static image plugin
- feat(gatsby-cli): enable set packagemanager
- chore(gatsby): enable parallel terser runs on WSL
- gatsby-plugin-sitemap: vNext rewrite
- fix(gatsby): Finish running queries if source files change
- docs(gatsby-plugin-manifest): Allow icons to be used without a mask on other devices
- feat(gatsby-image): Responsive Art Direction
- feat(gatsby): print node counts in CLI
- fix(gatsby-image): Don't assume DOM state is valid at hydration stage
- chore(gatsby-cli): bundle ink logger
- feat(gatsby): create telemetry service and start it during develop
- chore(gatsby): Use fast refresh if the version of react installed supports it
- Allow for double slashes on windows
- fix(gatsby-recipes): renable e2e test for npm package resource & fix dev/prod resource bug
- chore: write graphql schema, fragments and config file to cache
- fix(gatsby): Properly slugify fields with periods
- fix(gatsby): fix `$in` operator to return unique elements
- fix(gatsby-recipes): Normalise recipes snapshots
- Update readme with how to remove default headers
- fix(gatsby-plugin-sharp): Don't swallow sharp errors
- chore(gatsby-telemetry): Generate typings
- fix(gatsby): tap just into main compilation in webpack-dep-tree-plugin
- fix(gatsby-image): do not render the source tag if no srcSet is provided
- Some pull request reviews not shown.
Created an issue in prismicio/gatsby-source-graphql-universal that received 1 comment
Unknown option: .reactRuntime
I copied this issue from gatsbyjs/gatsby#26736 Description
Running gatsby develop results in 2 errors stating: "Unknown option: .reactRuntime"
It m…
1
comment