Skip to content

Commit

Permalink
remove plugin-external-helpers from fixtures
Browse files Browse the repository at this point in the history
  • Loading branch information
tooppaaa committed Jun 6, 2020
1 parent 68d6644 commit fde26b3
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 3 deletions.
3 changes: 1 addition & 2 deletions lib/cli/test/fixtures/webpack_react_frozen_lock/.babelrc
Original file line number Diff line number Diff line change
@@ -1,4 +1,3 @@
{
"presets": ["@babel/preset-react"],
"plugins": ["@babel/plugin-external-helpers"]
"presets": ["@babel/preset-react"]
}
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,6 @@
},
"devDependencies": {
"@babel/core": "^7.3.4",
"@babel/plugin-external-helpers": "7.2.0",
"@babel/preset-react": "7.0.0",
"babel-core": "^7.0.0-bridge.0",
"babel-loader": "^8.0.5",
Expand Down

0 comments on commit fde26b3

Please sign in to comment.