Fix devcontainer
Fix editor lazyloaded elements
Fix rollup
Fix hasChanged error
This commit is contained in:
Ian Richardson
2020-10-20 21:10:17 -05:00
committed by GitHub
parent 07103ec8f4
commit 396e90b451
7 changed files with 107 additions and 32 deletions
+12
View File
@@ -0,0 +1,12 @@
{
"version": "2.0.0",
"tasks": [
{
"type": "npm",
"script": "start",
"problemMatcher": [],
"label": "npm: start",
"detail": "rollup -c --watch"
}
]
}