feat(analytics): include MatomoHandler by default

This commit is contained in:
ludovicm67
2020-04-29 12:40:04 +02:00
committed by Saúl Ibarra Corretgé
parent 4c635a2a63
commit bdd129b9a2
6 changed files with 12 additions and 13 deletions

View File

@@ -217,12 +217,6 @@ module.exports = [
},
performance: getPerformanceHints(5 * 1024)
}),
Object.assign({}, config, {
entry: {
'analytics-matomo': './react/features/analytics/handlers/MatomoHandler.js'
},
performance: getPerformanceHints(5 * 1024)
}),
// Because both video-blur-effect and rnnoise-processor modules are loaded
// in a lazy manner using the loadScript function with a hard coded name,