From 154946f39e23b509abcc792e4a80a06708e5b477 Mon Sep 17 00:00:00 2001 From: nathangray Date: Wed, 30 Jun 2021 14:21:58 -0600 Subject: [PATCH] Get news_admin loading with rollup --- api/js/jsapi/app_base.js | 1 + rollup.config.js | 2 +- 2 files changed, 2 insertions(+), 1 deletion(-) diff --git a/api/js/jsapi/app_base.js b/api/js/jsapi/app_base.js index 41619ec18a..9fc31a33ab 100644 --- a/api/js/jsapi/app_base.js +++ b/api/js/jsapi/app_base.js @@ -14,6 +14,7 @@ */ import {EgwApp} from "./egw_app"; import './egw_inheritance.js'; +import {etemplate2} from "../etemplate/etemplate2"; import {et2_createWidget} from "../etemplate/et2_core_widget"; import {et2_dialog} from "../etemplate/et2_widget_dialog"; import {et2_nextmatch} from "../etemplate/et2_extension_nextmatch"; diff --git a/rollup.config.js b/rollup.config.js index c494f12cdb..81edc2bc22 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.min": "news_admin/js/app.js", "notifications/js/notificationajaxpopup.min": "notifications/js/notificationajaxpopup.js", "preferences/js/app": "preferences/js/app.ts", "projectmanager/js/app.min": "projectmanager/js/app.ts",