-
Notifications
You must be signed in to change notification settings - Fork 1
Expand file tree
/
Copy pathreact.json
More file actions
42 lines (42 loc) · 953 Bytes
/
react.json
File metadata and controls
42 lines (42 loc) · 953 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
30
31
32
33
34
35
36
37
38
39
40
41
42
{
"version": 1.0,
"projects": {
"warehouse-app": {
"name": "warehouse",
"path": ".",
"publicPath": "",
"index": "public/index.html",
"main": "src/index.js",
"development": {
"fileReplacements": [
{
"from": "src/environments/environment.js",
"with": "src/environments/environment.stage.js"
}
]
},
"production": {
"fileReplacements": [
{
"from": "src/environments/environment.js",
"with": "src/environments/environment.prod.js"
}
]
}
},
"app1": {
"name": "app1",
"path": "app1",
"publicPath": "app1/",
"index": "public/index.html",
"main": "src/app1/index.js"
},
"app2": {
"name": "app2",
"path": "app2",
"publicPath": "app2/",
"index": "public/index.html",
"main": "src/app2/index.js"
}
}
}