Skip to content

Commit

Permalink
Add @babel/plugin-external-helpers as a metro dependency
Browse files Browse the repository at this point in the history
Summary: Fixes facebook/react-native#21219

Reviewed By: mjesun

Differential Revision: D9966915

fbshipit-source-id: 1e69f821164843462a2babbb5621fc94dfbb971d
  • Loading branch information
rafeca authored and facebook-github-bot committed Sep 20, 2018
1 parent f260848 commit 48fa696
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/metro/package.json
Original file line number Diff line number Diff line change
Expand Up @@ -16,6 +16,7 @@
"@babel/core": "^7.0.0",
"@babel/generator": "^7.0.0",
"@babel/parser": "^7.0.0",
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/template": "^7.0.0",
"@babel/traverse": "^7.0.0",
"@babel/types": "^7.0.0",
Expand Down Expand Up @@ -61,7 +62,6 @@
"yargs": "^9.0.0"
},
"devDependencies": {
"@babel/plugin-external-helpers": "^7.0.0",
"@babel/plugin-syntax-nullish-coalescing-operator": "^7.0.0",
"@babel/plugin-transform-flow-strip-types": "^7.0.0",
"metro-memory-fs": "0.45.4",
Expand Down

0 comments on commit 48fa696

Please sign in to comment.