Skip to content

Commit 483f6b9

Browse files
1 parent 3e54165 commit 483f6b9

File tree

2 files changed

+7
-0
lines changed

2 files changed

+7
-0
lines changed

package-lock.json

+1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

+6
Original file line numberDiff line numberDiff line change
@@ -37,6 +37,7 @@
3737
"stop-runaway-react-effects": "^2.0.0"
3838
},
3939
"devDependencies": {
40+
"@babel/preset-react": "^7.17.12",
4041
"@testing-library/cypress": "^8.0.2",
4142
"@testing-library/jest-dom": "^5.16.4",
4243
"@testing-library/react": "^13.2.0",
@@ -82,6 +83,11 @@
8283
"validate-exercises": "node ./scripts/validate-exercises",
8384
"validate": "npm run validate-exercises && npm-run-all --parallel lint test:coverage build"
8485
},
86+
"babel": {
87+
"presets": [
88+
"@babel/preset-react"
89+
]
90+
},
8591
"eslintConfig": {
8692
"extends": "react-app"
8793
},

0 commit comments

Comments
 (0)