Skip to content

Commit 70354e7

Browse files
authored
Remove babel plugin for prop types (#1970)
1 parent e614fa7 commit 70354e7

File tree

2 files changed

+0
-2
lines changed

2 files changed

+0
-2
lines changed

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,6 @@
8585
"babel-jest": "^26.6.3",
8686
"babel-plugin-lodash": "^3.3.4",
8787
"babel-plugin-module-resolver": "^4.1.0",
88-
"babel-plugin-typescript-to-proptypes": "^1.3.2",
8988
"babel-preset-react-native": "*",
9089
"eslint": "^7.27.0",
9190
"eslint-config-wix": "2.0.0",

src/.babelrc.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,7 +1,6 @@
11
{
22
"presets": ["@babel/preset-typescript" /* , "@babel/preset-react" */],
33
"plugins": [
4-
["babel-plugin-typescript-to-proptypes", {"comments": true}],
54
[
65
"module-resolver",
76
{

0 commit comments

Comments
 (0)