-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathapp-dev.json
50 lines (50 loc) · 1.02 KB
/
app-dev.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
{
"host": "localhost",
"port": 9000,
"http2": true,
"https": {
"key": "./devel/ssl/localhost.key",
"cert": "./devel/ssl/localhost.crt"
},
"title": "webxr-15nov",
"themecolor": "#ee295f",
"mstilecolor": "#ee295f",
"logLevel": "debug",
"sassTheme": "blue",
"urlPrefix": "",
"ppaframe": false,
"logLevel": "warn",
"logTime": true,
"open": false,
"webpackDevMiddleware": {
"headers": {
"x-app": "webxr-webpack-boilerplate"
},
"index": "index.html",
"lazy": false,
"logLevel": "warn",
"logTime": false,
"mimeTypes": null,
"publicPath": "/",
"serverSideRender": false,
"stats": null,
"watchOptions": {
"aggregateTimeout": 200
},
"writeToDisk": false
},
"webpackHotClient": {
"allEntries": false,
"autoConfigure": false,
"host": "localhost",
"hmr": false,
"https": true,
"logLevel": "warn",
"logTime": false,
"port": 0,
"reload": true,
"server": null,
"stats": {},
"validTargets": ["web"]
}
}