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 de8fb34 commit ae6664dCopy full SHA for ae6664d
.babelrc
@@ -1,8 +1,5 @@
1
{
2
"presets": [
3
- ["@babel/preset-env", { "loose": true }]
4
- ],
5
- "plugins": [
6
- ["@babel/plugin-transform-runtime", { "helpers": false }]
+ ["@babel/preset-env", { "loose": true, "targets": { "node": "12" } }]
7
]
8
}
package.json
@@ -28,7 +28,6 @@
28
"devDependencies": {
29
"@ava/babel": "^2.0.0",
30
"@babel/cli": "^7.16.0",
31
- "@babel/plugin-transform-runtime": "^7.16.0",
32
"@babel/preset-env": "^7.16.0",
33
"ava": "^3.15.0",
34
"postcss": "^8.1.2"
0 commit comments