Skip to content

Commit

Permalink
fix(babel-preset-gatsby): add @babel/plugin-transform-spread as depen…
Browse files Browse the repository at this point in the history
…dencies
  • Loading branch information
weareoutman committed Jul 15, 2019
1 parent 0017672 commit 12db470
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/babel-preset-gatsby/package.json
Expand Up @@ -12,6 +12,7 @@
"@babel/plugin-proposal-class-properties": "^7.0.0",
"@babel/plugin-syntax-dynamic-import": "^7.0.0",
"@babel/plugin-transform-runtime": "^7.0.0",
"@babel/plugin-transform-spread": "^7.2.2",
"@babel/preset-env": "^7.4.1",
"@babel/preset-react": "^7.0.0",
"@babel/runtime": "^7.4.5",
Expand Down

0 comments on commit 12db470

Please sign in to comment.