-
Notifications
You must be signed in to change notification settings - Fork 10.3k
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
v2 umbrella issue #1824
Comments
maybe pass through the |
|
@gagan0723 not sure what you mean here? |
For service workers, there's gatsby-plugin-offline https://www.gatsbyjs.org/packages/gatsby-plugin-offline/ |
@KyleAMathews What I mean is, is there a way to serve site on the local network so that it may be viewed on other devices connected to the same network. |
Oh ok, so like Create React App, tell you the address you can use to access the site. No that is a great idea. Adding it. |
Closing this in favor of #2641 |
Well… yes but we're on webpack 1 and webpack 3 is out and Babel 7 is almost out etc. so there's some breaking changes we need to make to upgrade so new major release it is!
The changes should be pretty minor for most sites. Unless you're directly modifying webpack/babel settings, nothing should change. Once it's out, you'll just need to upgrade Gatsby + any plugins you've added.
We'd love your help tackling the various TODOs. We're working on the
v2
branch so jump in and start helping.Check out the contributions docs if you're new to developing with Gatsby https://www.gatsbyjs.org/docs/how-to-contribute/
If there's not an issue already created for a TODO below, create one with any your ideas and ask for feedback/guidance.
TODOs
pathContext
topageContext
Change prop name "pathContext" to "pageContext" #1456deleteNodes
. Is potential efficiency gains worth extra code complexity? Could just standardize on bulk api and remove single shot API.Other breaking changes we should make? Add a comment!
The text was updated successfully, but these errors were encountered: