mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-22 07:53:39 +01:00
Get news_admin loading with rollup
This commit is contained in:
parent
708e09a337
commit
154946f39e
@ -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";
|
||||
|
@ -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",
|
||||
|
Loading…
Reference in New Issue
Block a user