mirror of
https://github.com/nextcloud/server.git
synced 2026-05-28 04:32:30 -04:00
chore: remove codecov bundle analysis
Signed-off-by: Daniel Kesselberg <mail@danielkesselberg.de>
This commit is contained in:
parent
4534507ee3
commit
daec686c39
3 changed files with 213 additions and 460 deletions
666
build/frontend-legacy/package-lock.json
generated
666
build/frontend-legacy/package-lock.json
generated
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',
|
||||
|
|
|
|||
Loading…
Reference in a new issue