Skip to content

Commit 3bef780

Browse files
committed
acode-plugin react template
1 parent 56dc54d commit 3bef780

File tree

8 files changed

+12098
-1321
lines changed

8 files changed

+12098
-1321
lines changed

.babelrc

Lines changed: 19 additions & 20 deletions
Original file line numberDiff line numberDiff line change
@@ -1,20 +1,19 @@
1-
{
2-
"presets": [
3-
"@babel/preset-env"
4-
],
5-
"env": {
6-
"test": {
7-
"presets": [
8-
"@babel/env"
9-
]
10-
}
11-
},
12-
"plugins": [
13-
"html-tag-js/jsx/jsx-to-tag.js",
14-
"html-tag-js/jsx/syntax-parser.js",
15-
[
16-
"@babel/plugin-transform-runtime"
17-
]
18-
],
19-
"compact": true
20-
}
1+
{
2+
"presets": [
3+
"@babel/preset-env",
4+
"@babel/preset-react"
5+
],
6+
"env": {
7+
"test": {
8+
"presets": [
9+
"@babel/env"
10+
]
11+
}
12+
},
13+
"plugins": [
14+
[
15+
"@babel/plugin-transform-runtime"
16+
]
17+
],
18+
"compact": true
19+
}

0 commit comments

Comments
 (0)