We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
jsx-eslint
ljharb
Learn more about funding links in repositories.
Report abuse
@babel/runtime
1 parent 6b5f096 commit 0a98ad8Copy full SHA for 0a98ad8
.babelrc
@@ -5,7 +5,8 @@
5
{
6
"targets": {
7
"node": 4
8
- }
+ },
9
+ "transformRuntime": false
10
}
11
]
12
],
package.json
@@ -79,7 +79,6 @@
79
},
80
"license": "MIT",
81
"dependencies": {
82
- "@babel/runtime": "^7.24.7",
83
"aria-query": "^5.3.0",
84
"array-includes": "^3.1.8",
85
"array.prototype.flatmap": "^1.3.2",
0 commit comments