Skip to content

Commit 040e2da

Browse files
author
João Moura
committed
Updated dependencies
1 parent 6bddd6d commit 040e2da

File tree

3 files changed

+3162
-1641
lines changed

3 files changed

+3162
-1641
lines changed

.babelrc

Lines changed: 5 additions & 13 deletions
Original file line numberDiff line numberDiff line change
@@ -1,18 +1,10 @@
11
{
22
"presets": [
3-
"react",
4-
["env", {
5-
"targets": {
6-
"browsers": [
7-
">0.2%",
8-
"not dead",
9-
"not ie <= 11",
10-
"not op_mini all"
11-
]
12-
}
3+
"@babel/preset-flow",
4+
"@babel/preset-react",
5+
["@babel/preset-env", {
6+
"targets": ">0.2%, not dead, not ie <= 11, not op_mini all"
137
}]
148
],
15-
"plugins": [
16-
"transform-flow-strip-types",
17-
]
9+
"plugins": ["@babel/plugin-proposal-class-properties"]
1810
}

0 commit comments

Comments
 (0)