forked from DungGramer/split-button
-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy path.swcrc
More file actions
29 lines (29 loc) · 620 Bytes
/
Copy path.swcrc
File metadata and controls
29 lines (29 loc) · 620 Bytes
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
{
"env": {
"coreJs": 3
},
"jsc": {
"target": "es5",
"parser": {
"syntax": "ecmascript",
"jsx": true,
"numericSeparator": false,
"classPrivateProperty": false,
"privateMethod": false,
"classProperty": false,
"functionBind": false,
"decorators": false,
"decoratorsBeforeExport": false
},
"transform": {
"react": {
"pragma": "React.createElement",
"pragmaFrag": "React.Fragment",
"throwIfNamespace": true,
"development": false,
"runtime": "automatic"
}
}
},
"sourceMaps": "inline"
}