Skip to content

Commit 66f4b2b

Browse files
committed
switch to rollup
1 parent 5d55411 commit 66f4b2b

File tree

6 files changed

+190
-198
lines changed

6 files changed

+190
-198
lines changed

.babelrc

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,7 @@
1+
{
2+
"presets": [["@babel/preset-typescript", { "modules": false }]],
3+
"plugins": [
4+
"@babel/plugin-proposal-class-properties",
5+
"@babel/plugin-syntax-dynamic-import"
6+
]
7+
}

.babelrc.js

Lines changed: 0 additions & 12 deletions
This file was deleted.

.gitignore

Lines changed: 2 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,4 +2,5 @@ node_modules
22
*.log
33
config.json
44
lib
5-
dist
5+
dist
6+
.rpt2_cache

0 commit comments

Comments
 (0)