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 15889db commit bed760fCopy full SHA for bed760f
babel.config.js
@@ -10,7 +10,7 @@ module.exports = (api) => {
10
'@babel/preset-env',
11
{
12
targets: {
13
- node: '10.13.0',
+ node: '8.9.0',
14
},
15
16
],
package.json
@@ -13,7 +13,7 @@
"main": "dist/cjs.js",
"engines": {
- "node": ">= 10.13.0"
+ "node": ">= 8.9.0"
17
18
"scripts": {
19
"start": "npm run build -- -w",
0 commit comments