Skip to content

Commit a51b5b4

Browse files
committed
Update deps, rework rollup config
1 parent f13ee95 commit a51b5b4

File tree

8 files changed

+10830
-4867
lines changed

8 files changed

+10830
-4867
lines changed

.vscode/tasks.json

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,16 @@
1+
{
2+
"version": "2.0.0",
3+
"tasks": [
4+
{
5+
"type": "npm",
6+
"script": "build",
7+
"group": {
8+
"kind": "build",
9+
"isDefault": true
10+
},
11+
"problemMatcher": [],
12+
"label": "npm: build",
13+
"detail": "rollup -c"
14+
}
15+
]
16+
}

0 commit comments

Comments
 (0)