From dab51878e8c785f237a35bc803b6668113f26715 Mon Sep 17 00:00:00 2001 From: Beverly Nguyen Date: Thu, 9 Oct 2025 11:27:37 -0700 Subject: [PATCH] timeoutPopup not needed in main bundle --- gulpfile.js | 1 - 1 file changed, 1 deletion(-) diff --git a/gulpfile.js b/gulpfile.js index f6ac05058..c86da38d1 100644 --- a/gulpfile.js +++ b/gulpfile.js @@ -86,7 +86,6 @@ const javascripts = () => { // Use the mainBundle as the base and append remaining non-transpiled files at the end return mainBundle - .pipe(plugins.addSrc.append(paths.src + 'javascripts/timeoutPopup.js')) .pipe(plugins.addSrc.append(paths.src + 'javascripts/listEntry.js')) .pipe(plugins.addSrc.append(paths.src + 'javascripts/stick-to-window-when-scrolling.js')) .pipe(plugins.addSrc.append(paths.src + 'javascripts/totalMessagesChart.js'))