mirror of
https://github.com/EGroupware/egroupware.git
synced 2024-11-26 01:43:47 +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 {EgwApp} from "./egw_app";
|
||||||
import './egw_inheritance.js';
|
import './egw_inheritance.js';
|
||||||
|
import {etemplate2} from "../etemplate/etemplate2";
|
||||||
import {et2_createWidget} from "../etemplate/et2_core_widget";
|
import {et2_createWidget} from "../etemplate/et2_core_widget";
|
||||||
import {et2_dialog} from "../etemplate/et2_widget_dialog";
|
import {et2_dialog} from "../etemplate/et2_widget_dialog";
|
||||||
import {et2_nextmatch} from "../etemplate/et2_extension_nextmatch";
|
import {et2_nextmatch} from "../etemplate/et2_extension_nextmatch";
|
||||||
|
@ -45,7 +45,7 @@ export default {
|
|||||||
"importexport/js/app": "importexport/js/app.ts",
|
"importexport/js/app": "importexport/js/app.ts",
|
||||||
"infolog/js/app": "infolog/js/app.ts",
|
"infolog/js/app": "infolog/js/app.ts",
|
||||||
"mail/js/app.min": "mail/js/app.js",
|
"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",
|
"notifications/js/notificationajaxpopup.min": "notifications/js/notificationajaxpopup.js",
|
||||||
"preferences/js/app": "preferences/js/app.ts",
|
"preferences/js/app": "preferences/js/app.ts",
|
||||||
"projectmanager/js/app.min": "projectmanager/js/app.ts",
|
"projectmanager/js/app.min": "projectmanager/js/app.ts",
|
||||||
|
Loading…
Reference in New Issue
Block a user