File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -37,3 +37,7 @@ nvm install 20
3737```
3838
3939Also explain how NVM defaults work
40+
41+ ``` sh
42+ nvm alias default 22
43+ ```
Original file line number Diff line number Diff line change 11{
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": [
193 // [
20- // "@babel/plugin-transform-react-jsx ",
4+ // "@babel/preset-env ",
215 // {
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"
2514 // }
26- // ]
15+ // ],
16+ // "@babel/preset-react"
2717 // ]
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+ ]
2828}
You can’t perform that action at this time.
0 commit comments