Skip to content

Commit

Permalink
Upgrade all dependencies including Babel 7 (kriasoft#1673)
Browse files Browse the repository at this point in the history
* Upgrade all dependencies including Babel 7

1. ncu --upgradeAll
4. Leave "graphql" to be "^13.2.0" that apollo packages depend on
2. Apply patch of "npx babel-upgrade" output
3. Leave only necessary babel plugins
4. Pass "yarn fix" by disabling stricter rules

fixes kriasoft#1654 kriasoft#1626 kriasoft#1607

* Also ignore babel config file from webpack.config.js
  • Loading branch information
piglovesyou committed Feb 28, 2019
1 parent 83a3e25 commit 05b091c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions tools/webpack.config.js
Original file line number Diff line number Diff line change
Expand Up @@ -79,6 +79,7 @@ const config = {

// https://babeljs.io/docs/usage/options/
babelrc: false,
configFile: false,
presets: [
// A Babel preset that can automatically determine the Babel plugins and polyfills
// https://github.com/babel/babel-preset-env
Expand Down

0 comments on commit 05b091c

Please sign in to comment.