We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 092e360 commit 6c9af51Copy full SHA for 6c9af51
babel.config.js
@@ -34,7 +34,7 @@ module.exports = function (api) {
34
'@babel/preset-env',
35
{
36
targets: {
37
- node: '10.13.0',
+ node: '16.20.1',
38
},
39
40
],
build.js
@@ -40,7 +40,7 @@ const babelOptions = {
41
42
43
44
45
46
0 commit comments