From 2a02ce0b460816a630e1c9739f33e6edd5913718 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 30 Jun 2021 15:35:17 -0600 Subject: [PATCH] Get news_admin working with rollup --- rollup.config.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/rollup.config.js b/rollup.config.js index 81edc2bc22..dfd603b1ef 100644 --- a/rollup.config.js +++ b/rollup.config.js @@ -45,7 +45,7 @@ export default { "importexport/js/app": "importexport/js/app.ts", "infolog/js/app": "infolog/js/app.ts", "mail/js/app.min": "mail/js/app.js", - "news_admin/js/app.min": "news_admin/js/app.js", + "news_admin/js/app": "news_admin/js/app.ts", "notifications/js/notificationajaxpopup.min": "notifications/js/notificationajaxpopup.js", "preferences/js/app": "preferences/js/app.ts", "projectmanager/js/app.min": "projectmanager/js/app.ts",