chore: remove swc plugin because it is too outdated (#5870)

This commit is contained in:
LongYinan
2024-02-22 11:08:30 +00:00
parent c88998678e
commit a84460cc3a
3 changed files with 0 additions and 17 deletions

View File

@@ -272,14 +272,6 @@ export const createConfiguration: (
},
useDefineForClassFields: false,
},
experimental: {
plugins: [
buildFlags.coverage && [
'swc-plugin-coverage-instrument',
{},
],
].filter(Boolean),
},
},
},
},

View File

@@ -119,7 +119,6 @@
"source-map-loader": "^5.0.0",
"style-loader": "^3.3.3",
"swc-loader": "^0.2.3",
"swc-plugin-coverage-instrument": "^0.0.20",
"thread-loader": "^4.0.2",
"vitest": "1.3.1",
"webpack": "^5.89.0",