Skip to content

Commit b47d3d5

Browse files
committed
chore: Merge branch 'dev-tests' into dev
2 parents 27c4629 + 236669c commit b47d3d5

File tree

229 files changed

+16967
-6638
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

229 files changed

+16967
-6638
lines changed

.babelrc

Lines changed: 9 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,9 @@
1010
}
1111
}
1212
],
13-
"@babel/react"
13+
"@babel/react",
14+
// ["env", {"modules": true}],
15+
//"react"
1416
],
1517
"plugins": [
1618
"@babel/plugin-proposal-export-default-from",
@@ -34,6 +36,11 @@
3436
"@babel/react"
3537
],
3638
"plugins": [["@babel/plugin-transform-runtime", { "useESModules": true }]]
37-
}
39+
},
40+
"test": {
41+
"presets": [
42+
"@babel/env", "@babel/preset-react"
43+
]
44+
}
3845
}
3946
}

0 commit comments

Comments
 (0)