Skip to content

Commit 4218da9

Browse files
authored
[core] Remove babel-plugin-istanbul (#1409)
1 parent 5e5cfbe commit 4218da9

File tree

3 files changed

+0
-53
lines changed

3 files changed

+0
-53
lines changed

babel.config.js

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -99,9 +99,6 @@ module.exports = function getBabelConfig(api) {
9999
},
100100
],
101101
env: {
102-
coverage: {
103-
plugins: ['babel-plugin-istanbul', ...devPlugins],
104-
},
105102
development: {
106103
plugins: devPlugins,
107104
},

package.json

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -88,7 +88,6 @@
8888
"@vitest/ui": "2.1.8",
8989
"babel-loader": "^9.2.1",
9090
"babel-plugin-add-import-extension": "1.6.0",
91-
"babel-plugin-istanbul": "^6.1.1",
9291
"babel-plugin-macros": "^3.1.0",
9392
"babel-plugin-module-resolver": "^5.0.2",
9493
"babel-plugin-optimize-clsx": "^2.6.2",

pnpm-lock.yaml

Lines changed: 0 additions & 49 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)