diff --git a/next.config.js b/next.config.js index 7bdcd3d..964ed7b 100644 --- a/next.config.js +++ b/next.config.js @@ -40,7 +40,6 @@ const nextConfig = { }, experimental: { typedRoutes: true, - swcPlugins: [["swc-plugin-coverage-instrument", {}]], }, }; diff --git a/package.json b/package.json index 94f3429..725f512 100644 --- a/package.json +++ b/package.json @@ -45,7 +45,6 @@ "react-i18next": "^13.2.2", "react-redux": "^8.1.3", "sharp": "^0.32.6", - "swc-plugin-coverage-instrument": "^0.0.20", "tyc": "^1.0.14", "typescript": "^5.3.2", "winston": "^3.11.0", diff --git a/yarn.lock b/yarn.lock index a78fb68..600291b 100644 --- a/yarn.lock +++ b/yarn.lock @@ -10565,11 +10565,6 @@ swap-case@^2.0.2: dependencies: tslib "^2.0.3" -swc-plugin-coverage-instrument@^0.0.20: - version "0.0.20" - resolved "https://registry.yarnpkg.com/swc-plugin-coverage-instrument/-/swc-plugin-coverage-instrument-0.0.20.tgz#fdbd4b176e405c826c0e5146453ac7a6f1ba1cfa" - integrity sha512-WXTGILCZE2hW61yrmxi6doN/UB4RT2K1JJSQVPn9JMJ6X4WJpZsesHi4lHy6qRKVsNIlHZvTWofkpuRi/WQUig== - symbol-observable@^4.0.0: version "4.0.0" resolved "https://registry.npmjs.org/symbol-observable/-/symbol-observable-4.0.0.tgz"