Update to create-react-app 4

- had to update eslint deps
- ran into https://github.com/palantir/blueprint/issues/4112
- had to move beta.svg out of static/
- had to fix prettier formatting changes
- ran into https://github.com/facebook/jest/issues/7780
This commit is contained in:
David Lechner
2020-11-20 21:08:53 -06:00
committed by David Lechner
parent b9175543fd
commit 71ad9c1b1b
13 changed files with 2965 additions and 2554 deletions
+2 -1
View File
@@ -15,7 +15,8 @@
"noEmit": true,
"jsx": "react",
"downlevelIteration": true,
"experimentalDecorators": true
"experimentalDecorators": true,
"noFallthroughCasesInSwitch": true
},
"include": ["src", "test"]
}