From b5aae0b58d161346d4e60d23bc227205f745e3fe Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sa=C3=BAl=20Ibarra=20Corretg=C3=A9?= Date: Fri, 6 Sep 2019 14:27:24 +0200 Subject: [PATCH] build: style --- webpack.config.js | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/webpack.config.js b/webpack.config.js index a29f005c9..238c45664 100644 --- a/webpack.config.js +++ b/webpack.config.js @@ -151,16 +151,15 @@ module.exports = [ 'alwaysontop': './react/features/always-on-top/index.js', - 'dial_in_info_bundle': [ - './react/features/invite/components/dial-in-info-page' - ], + 'dial_in_info_bundle': + './react/features/invite/components/dial-in-info-page', 'do_external_connect': './connection_optimization/do_external_connect.js', 'flacEncodeWorker': - './react/features/local-recording/' - + 'recording/flac/flacEncodeWorker.js', + './react/features/local-recording/recording/flac/flacEncodeWorker.js', + 'analytics-ga': './react/features/analytics/handlers/GoogleAnalyticsHandler.js' }