We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b65917a commit af1b5f2Copy full SHA for af1b5f2
11 files changed
demo/.babelrc
@@ -1,8 +1,6 @@
1
{
2
"presets": [
3
- "react",
4
- "es2015",
5
- "stage-2"
6
- ],
7
- "plugins": ["react-hot-loader/babel"]
+ "@babel/preset-env",
+ "@babel/preset-react"
+ ]
8
}
0 commit comments