We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5d488 commit ca5197cCopy full SHA for ca5197c
.babelrc
@@ -8,8 +8,7 @@
8
"targets": {
9
"chrome": "63"
10
},
11
- "corejs": "3.1.4",
12
- "useBuiltIns": "usage"
+ "useBuiltIns": false
13
}
14
]
15
],
@@ -25,8 +24,7 @@
25
24
26
27
28
29
30
31
32
package.json
@@ -42,6 +42,7 @@
42
"@commitlint/cli": "12.0.1",
43
"@commitlint/config-conventional": "12.0.1",
44
"@types/mocha": "8.2.2",
45
+ "mocha": "9.0.1",
46
"babel-eslint": "10.1.0",
47
"babel-plugin-istanbul": "6.0.0",
48
"babel-preset-minify": "0.5.1",
0 commit comments