Skip to content

Commit 3e8b2d5

Browse files
committed
babel
1 parent 4617224 commit 3e8b2d5

File tree

5 files changed

+1285
-100
lines changed

5 files changed

+1285
-100
lines changed

.babelrc

+26
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,26 @@
1+
{
2+
"presets": [
3+
"@babel/preset-react",
4+
[
5+
"@babel/preset-env",
6+
{
7+
"loose": true,
8+
"modules": false,
9+
"targets": {
10+
"browsers": [
11+
"> 5%"
12+
]
13+
}
14+
}
15+
]
16+
],
17+
"plugins": [
18+
["@babel/plugin-transform-runtime", {
19+
"helpers": true,
20+
"regenerator": true
21+
}],
22+
"@babel/plugin-syntax-dynamic-import",
23+
// "babel-plugin-styled-components",
24+
"lodash"
25+
]
26+
}

0 commit comments

Comments
 (0)