Skip to content

Commit

Permalink
#24 deleted react-remove-properties plugin
Browse files Browse the repository at this point in the history
  • Loading branch information
paleika committed Dec 30, 2020
1 parent 2339071 commit a697715
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 10 deletions.
10 changes: 1 addition & 9 deletions .babelrc
Original file line number Diff line number Diff line change
Expand Up @@ -4,14 +4,6 @@
"@babel/preset-react"
],
"plugins": [
"@babel/plugin-proposal-class-properties",
[
"react-remove-properties",
{
"properties": [
"data-test"
]
}
]
"@babel/plugin-proposal-class-properties"
]
}
1 change: 0 additions & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -24,7 +24,6 @@
"devDependencies": {
"@babel/core": "^7.12.9",
"@babel/plugin-proposal-class-properties": "^7.8.3",
"babel-plugin-react-remove-properties": "^0.3.0",
"@babel/preset-env": "^7.12.7",
"@babel/preset-react": "^7.12.7",
"babel-jest": "^26.6.3",
Expand Down

0 comments on commit a697715

Please sign in to comment.