-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathoutput.json
51 lines (51 loc) · 2.02 KB
/
output.json
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
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
{
"slug": "use-typescript-to-develop-react-applications",
"dependencies": {
"react": "16.8.2",
"react-dom": "16.8.6",
"fancy ": "0.1.0",
"ts-loader": "5.3.3",
"typescript": "3.4.3",
"parcel-bundler": "^1.12.3",
"@types/react": "16.8.13",
"@types/react-dom": "16.8.3"
},
"reviews": [
{
"performedOn": "2019-04-25",
"performedBy": 71775,
"scopeOfReview": "full",
"notes": [
{
"type": "minor issue",
"title": "Update `start` Script to use parcel",
"details": "start script had to be updated from from: \"scripts\": { \"build\": \"webpack -p\", \"start\": \"webpack-dev-server ./webpack.config.js --content-base ./public\" to \"scripts\": { \"start\": \"parcel src/index.html --open\" ",
"dependency": "parcel-bundler"
}
]
},
{
"performedOn": "2019-03-28",
"performedBy": 295133,
"scopeOfReview": "full",
"notes": [
{
"type": "\"minor issue\"",
"title": "Fancy import",
"details": "Changed the import statement in \"Lesson 05/use\" to be \"import { Fancy } from 'fancy';\"",
"lessons": [],
"dependency": "@types/react-dom"
},
{
"type": "minor issue",
"title": "Update Script",
"details": "start script had to be updated from from: \"scripts\": { \"build\": \"webpack -p\", \"start\": \"webpack-dev-server ./webpack.config.js --content-base ./public\" to \"scripts\": { \"build\": \"webpack -p\", \"start\": \"webpack-dev-server -d --content-base ./public\" ",
"lessons": [
"01-08"
],
"dependency": "react"
}
]
}
]
}