Merge pull request #56556 from nextcloud/chore/noid/remove-codecov-bundle-analyze

chore: remove codecov bundle analysis
pull/55932/head
Daniel 2025-11-20 16:18:39 +07:00 committed by GitHub
commit 76d878e7b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194
3 changed files with 213 additions and 460 deletions

File diff suppressed because it is too large Load Diff

@ -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",

@ -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',