File tree Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Expand file tree Collapse file tree 2 files changed +26
-22
lines changed Original file line number Diff line number Diff line change @@ -37,3 +37,7 @@ nvm install 20
37
37
```
38
38
39
39
Also explain how NVM defaults work
40
+
41
+ ``` sh
42
+ nvm alias default 22
43
+ ```
Original file line number Diff line number Diff line change 1
1
{
2
- "presets" : [
3
- [
4
- " @babel/preset-env" ,
5
- {
6
- "targets" : {
7
- "edge" : " 17" ,
8
- "firefox" : " 60" ,
9
- "chrome" : " 67" ,
10
- "safari" : " 11.1"
11
- },
12
- "useBuiltIns" : " usage" ,
13
- "corejs" : " 3.6.5"
14
- }
15
- ],
16
- " @babel/preset-react"
17
- ]
18
- // "plugins": [
2
+ // "presets": [
19
3
// [
20
- // "@babel/plugin-transform-react-jsx ",
4
+ // "@babel/preset-env ",
21
5
// {
22
- // "throwIfNamespace": false, // defaults to true
23
- // "runtime": "automatic", // defaults to classic
24
- // "importSource": "custom-jsx-library" // defaults to react
6
+ // "targets": {
7
+ // "edge": "17",
8
+ // "firefox": "60",
9
+ // "chrome": "67",
10
+ // "safari": "11.1"
11
+ // },
12
+ // "useBuiltIns": "usage",
13
+ // "corejs": "3.6.5"
25
14
// }
26
- // ]
15
+ // ],
16
+ // "@babel/preset-react"
27
17
// ]
18
+ "plugins" : [
19
+ [
20
+ " @babel/plugin-transform-react-jsx" ,
21
+ {
22
+ "throwIfNamespace" : false , // defaults to true
23
+ "runtime" : " automatic" , // defaults to classic
24
+ "importSource" : " custom-jsx-library" // defaults to react
25
+ }
26
+ ]
27
+ ]
28
28
}
You can’t perform that action at this time.
0 commit comments