Skip to content

Commit 1310422

Browse files
committed
build: use Rollup instead of Pika for bundling
1 parent d8f4154 commit 1310422

File tree

6 files changed

+605
-2578
lines changed

6 files changed

+605
-2578
lines changed

.babelrc.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"presets": [
3+
"@babel/typescript",
4+
"@babel/react",
5+
["@babel/env", { "bugfixes": true, "loose": true }]
6+
]
7+
}

.gitignore

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
*.log*
22
.eslintcache
3+
dist/
34
node_modules/
4-
pkg/

0 commit comments

Comments
 (0)