Skip to content

Commit 4858546

Browse files
committed
build cjs, esm, umd wiht rollup
1 parent 8b251dc commit 4858546

8 files changed

+43469
-3
lines changed

.babelrc

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,10 @@
1+
{
2+
"presets": [
3+
["@babel/preset-env", {
4+
"targets": {
5+
"browsers": ["last 2 versions", "safari >= 7"]
6+
},
7+
"modules": false
8+
}]
9+
]
10+
}

0 commit comments

Comments
 (0)