Skip to content

Commit af1b5f2

Browse files
committed
Updated development environment for demo.
1 parent b65917a commit af1b5f2

11 files changed

Lines changed: 10952 additions & 5952 deletions

demo/.babelrc

Lines changed: 3 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,6 @@
11
{
22
"presets": [
3-
"react",
4-
"es2015",
5-
"stage-2"
6-
],
7-
"plugins": ["react-hot-loader/babel"]
3+
"@babel/preset-env",
4+
"@babel/preset-react"
5+
]
86
}

0 commit comments

Comments
 (0)