chore: remove codecov bundle analysis

Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
Daniel Kesselberg 2025-11-20 14:50:09 +01:00
parent 4534507ee3
commit daec686c39
3 changed files with 213 additions and 460 deletions

File diff suppressed because it is too large Load diff

View file

@ -106,7 +106,6 @@
"@babel/node": "^7.28.0",
"@babel/plugin-transform-private-methods": "^7.27.1",
"@babel/preset-typescript": "^7.28.5",
"@codecov/webpack-plugin": "^1.9.1",
"@nextcloud/babel-config": "^1.2.0",
"@nextcloud/typings": "^1.9.1",
"@nextcloud/webpack-vue-config": "^7.0.1",

View file

@ -3,7 +3,6 @@
* SPDX-License-Identifier: AGPL-3.0-or-later
*/
const { codecovWebpackPlugin } = require('@codecov/webpack-plugin')
const BabelLoaderExcludeNodeModulesExcept = require('babel-loader-exclude-node-modules-except')
const { readFileSync } = require('fs')
const NodePolyfillPlugin = require('node-polyfill-webpack-plugin')
@ -230,11 +229,6 @@ const config = {
resourceRegExp: /^\.\/locale$/,
contextRegExp: /moment\/min$/,
}),
codecovWebpackPlugin({
enableBundleAnalysis: !isDev && !isTesting,
bundleName: 'nextcloud',
telemetry: false,
}),
],
externals: {
OC: 'OC',