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 7642f05 commit 9ae386cCopy full SHA for 9ae386c
babel.config.js
@@ -0,0 +1,13 @@
1
+module.exports = {
2
+ presets: [
3
+ [
4
+ "@babel/preset-env",
5
+ {
6
+ targets: {
7
+ node: "10",
8
+ },
9
10
+ ],
11
12
+ plugins: ["@babel/plugin-proposal-object-rest-spread", "istanbul"],
13
+};
package.json
@@ -88,22 +88,6 @@
88
"strip-bom": "4.0.0",
89
"strip-json-comments": "3.0.1"
90
},
91
- "babel": {
92
- "presets": [
93
- [
94
- "@babel/preset-env",
95
- {
96
- "targets": {
97
- "node": "10"
98
- }
99
100
- ]
101
- ],
102
- "plugins": [
103
- "@babel/plugin-proposal-object-rest-spread",
104
- "istanbul"
105
106
- },
107
"nyc": {
108
"extends": "@istanbuljs/nyc-config-babel",
109
"exclude": [
0 commit comments