We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f4cb78b commit 1609d35Copy full SHA for 1609d35
1 file changed
webpack.common.js
@@ -230,6 +230,7 @@ const config = {
230
codecovWebpackPlugin({
231
enableBundleAnalysis: !isDev && !isTesting,
232
bundleName: 'nextcloud',
233
+ telemetry: false,
234
}),
235
],
236
externals: {
0 commit comments