2020-04-22 13:13:49 +00:00
|
|
|
{
|
|
|
|
"version": "2.0.0",
|
|
|
|
"tasks": [
|
|
|
|
{
|
|
|
|
"label": "Dev server",
|
|
|
|
"command": "npm",
|
|
|
|
"type": "shell",
|
|
|
|
"args": [
|
|
|
|
"run",
|
|
|
|
"devServer"
|
|
|
|
],
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "always"
|
|
|
|
},
|
|
|
|
"group": "none",
|
|
|
|
"problemMatcher": []
|
2020-04-22 14:25:09 +00:00
|
|
|
},
|
2020-04-23 22:00:45 +00:00
|
|
|
{
|
|
|
|
"label": "watch",
|
|
|
|
"command": "npm",
|
|
|
|
"type": "shell",
|
|
|
|
"args": [
|
|
|
|
"run",
|
|
|
|
"watch"
|
|
|
|
],
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "always"
|
|
|
|
},
|
|
|
|
"group": "none",
|
|
|
|
"problemMatcher": []
|
|
|
|
},
|
2020-04-22 14:25:09 +00:00
|
|
|
{
|
|
|
|
"label": "Build prod",
|
|
|
|
"command": "npm",
|
|
|
|
"type": "shell",
|
|
|
|
"args": [
|
|
|
|
"run",
|
|
|
|
"buildProd"
|
|
|
|
],
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "always"
|
|
|
|
},
|
2020-04-25 00:09:23 +00:00
|
|
|
"group": "build",
|
2020-04-22 14:25:09 +00:00
|
|
|
"problemMatcher": []
|
|
|
|
},
|
|
|
|
{
|
|
|
|
"label": "Build dev",
|
|
|
|
"command": "npm",
|
|
|
|
"type": "shell",
|
|
|
|
"args": [
|
|
|
|
"run",
|
|
|
|
"build"
|
|
|
|
],
|
|
|
|
"presentation": {
|
|
|
|
"reveal": "always"
|
|
|
|
},
|
2020-04-25 00:09:23 +00:00
|
|
|
"group": "build",
|
2020-04-22 14:25:09 +00:00
|
|
|
"problemMatcher": []
|
2020-04-22 13:13:49 +00:00
|
|
|
}
|
|
|
|
]
|
|
|
|
}
|