Skip to content

Commit 643c0ff

Browse files
author
Ajit Kumar
committed
fix(types)
1 parent 1cff60b commit 643c0ff

File tree

7 files changed

+2005
-2369
lines changed

7 files changed

+2005
-2369
lines changed

.babelrc

+9-4
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
{
22
"presets": [
3-
"@babel/preset-env"
3+
"@babel/env"
44
],
5+
"env": {
6+
"test": {
7+
"presets": [
8+
"@babel/env"
9+
]
10+
}
11+
},
512
"plugins": [
6-
"@babel/plugin-proposal-class-properties",
7-
"@babel/plugin-proposal-private-methods",
813
[
914
"@babel/transform-runtime",
1015
{
1116
"regenerator": true
1217
}
1318
]
1419
],
15-
"compact": false
20+
"compact": true
1621
}

dist/Ref.js

+1-1
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)