Skip to content

Commit 15fd0e9

Browse files
committed
small change
1 parent 404257a commit 15fd0e9

File tree

2 files changed

+26
-22
lines changed

2 files changed

+26
-22
lines changed

examples/01-installing/NOTES.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@ nvm install 20
3737
```
3838

3939
Also explain how NVM defaults work
40+
41+
```sh
42+
nvm alias default 22
43+
```
Lines changed: 22 additions & 22 deletions
Original file line numberDiff line numberDiff line change
@@ -1,28 +1,28 @@
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
}

0 commit comments

Comments
 (0)