Skip to content

Commit 85bd8e4

Browse files
committed
Remove unused babel class plugin
1 parent cd19c22 commit 85bd8e4

File tree

2 files changed

+2
-4
lines changed

2 files changed

+2
-4
lines changed

.babelrc

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,3 @@
11
{
2-
"presets": ["@babel/preset-env", "@babel/preset-react"],
3-
"plugins": ["@babel/proposal-class-properties"]
2+
"presets": ["@babel/preset-env", "@babel/preset-react"]
43
}

package.json

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -21,7 +21,6 @@
2121
"homepage": "https://github.com/oliverjam/learn-react-testing#readme",
2222
"devDependencies": {
2323
"@babel/core": "^7.2.2",
24-
"@babel/plugin-proposal-class-properties": "^7.3.0",
2524
"@babel/preset-env": "^7.3.1",
2625
"@babel/preset-react": "^7.0.0",
2726
"@testing-library/react": "^9.1.4",
@@ -33,4 +32,4 @@
3332
"react-dom": "^16.9.0-alpha.0",
3433
"whatwg-fetch": "^3.0.0"
3534
}
36-
}
35+
}

0 commit comments

Comments
 (0)