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 2a36ee0 commit ab916f7Copy full SHA for ab916f7
.babelrc renamed to .babelrc.js
@@ -1,4 +1,6 @@
1
-{
+'use strict';
2
+
3
+module.exports = {
4
"presets": [
5
"@babel/preset-react",
6
"@babel/preset-env"
@@ -29,8 +31,8 @@
29
31
"env": {
30
32
"test": {
33
"plugins": [
- "istanbul"
- ]
34
- }
+ "istanbul",
35
+ ],
36
+ },
37
}
-}
38
+};
package.json
@@ -48,7 +48,7 @@
48
"antd-mobile-icons": "^0.2.2",
49
"babel-eslint": "^9.0.0",
50
"babel-loader": "^8.0.0",
51
- "babel-plugin-istanbul": "^6.1.1",
+ "babel-plugin-istanbul": "6",
52
"classnames": "^2.2.5",
53
"cross-env": "^5.1.1",
54
"css-loader": "^6.7.1",
0 commit comments