timeoutPopup not needed in main bundle

This commit is contained in:
Beverly Nguyen
2025-10-09 11:27:37 -07:00
parent 02053b92cb
commit dab51878e8

View File

@@ -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'))