Skip to content

Commit

Permalink
[v2] Misc fixes necessary to get gatsbyjs.org (mostly) working (#3975)
Browse files Browse the repository at this point in the history
* WIP

* webpack 3 is much more strict about not mixing es6 and commonjs

* Update gatsby-plugin-glamor for babel 7 + add @babel/preset-flow

* Add uglifyjs-webpack-plugin as a dependency so we're getting the latest version w/ es6 support

* MISC

* Change reference page queries to not rely on path info being in the ID

* Switch to using pageContext instead of pathContext

* Ignore the compiled index.js file

* Update peerDependencies for gatsby v2

* Update yarn.lock

* Add peerDependencies to gatsby-link

* Remove test code

* Update gatsby-link dependency

* Fix some tests
  • Loading branch information
KyleAMathews authored Feb 15, 2018
1 parent 2ab64fa commit e03f27f
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,6 @@
"@babel/runtime": "^7.0.0-beta.38"
},
"peerDependencies": {
"gatsby": "^1.0.0"
"gatsby": ">1.0.0 || >2.0.0-alpha"
}
}

0 comments on commit e03f27f

Please sign in to comment.