lmlfc-bttv/.vscode/tasks.json

16 lines
251 B
JSON
Raw Normal View History

2023-12-28 13:55:42 +00:00
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "build",
"group": {
"kind": "build",
"isDefault": true
},
"problemMatcher": [],
"label": "npm: build",
"detail": "webpack --config webpack.config.js"
}
]
}