-
Notifications
You must be signed in to change notification settings - Fork 3
Expand file tree
/
Copy pathquasar.extensions.json
More file actions
44 lines (44 loc) · 911 Bytes
/
quasar.extensions.json
File metadata and controls
44 lines (44 loc) · 911 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
43
44
{
"@quasar/dotenv": {
"env_development": ".env",
"env_production": ".env",
"common_root_object": "none",
"create_env_files": false,
"add_env_to_gitignore": false
},
"@quasar/icon-genie": {
"minify_dev": "pngquant",
"minify_build": "zopfli",
"cordova": {
"background_color": "#000074",
"splashscreen_type": "pure"
},
"build_always": true,
"__internal": {
"dev": {
"electron": {
"iconHash": "4fbaa6a6bad94bf20dd3ee578482e8ad"
},
"spa": {
"iconHash": "4fbaa6a6bad94bf20dd3ee578482e8ad"
}
},
"build": {
"electron": {
"iconHash": "4fbaa6a6bad94bf20dd3ee578482e8ad"
}
}
}
},
"@quasar/testing": {
"harnesses": [
"unit-jest"
]
},
"@quasar/testing-unit-jest": {
"babel": "babelrc",
"options": [
"scripts"
]
}
}