We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent cd19c22 commit 85bd8e4Copy full SHA for 85bd8e4
.babelrc
@@ -1,4 +1,3 @@
1
{
2
- "presets": ["@babel/preset-env", "@babel/preset-react"],
3
- "plugins": ["@babel/proposal-class-properties"]
+ "presets": ["@babel/preset-env", "@babel/preset-react"]
4
}
package.json
@@ -21,7 +21,6 @@
21
"homepage": "https://github.com/oliverjam/learn-react-testing#readme",
22
"devDependencies": {
23
"@babel/core": "^7.2.2",
24
- "@babel/plugin-proposal-class-properties": "^7.3.0",
25
"@babel/preset-env": "^7.3.1",
26
"@babel/preset-react": "^7.0.0",
27
"@testing-library/react": "^9.1.4",
@@ -33,4 +32,4 @@
33
32
"react-dom": "^16.9.0-alpha.0",
34
"whatwg-fetch": "^3.0.0"
35
36
-}
+}
0 commit comments