Nach Update PluginManager Fehler

Hallo, habe auf 5.0.3 upgedatet und nun diesen Fehler: komme einfach nicht weiter. Ext.define('Shopware.apps.Index', { extend:'Enlight.app.SubApplication', bulkLoad: true, loadPath: '/backend/Index/load', controllers:['Main', 'Widgets', 'ErrorReporter', 'ThemeCacheWarmUp'], requires: ['Shopware.container.Viewport'], views: ['Main', 'Menu', 'Footer', 'Search', 'widgets.Window', 'widgets.Sales', 'widgets.Upload', 'widgets.Visitors', 'widgets.Orders', 'widgets.Notice', 'widgets.Merchant', 'widgets.News', 'widgets.Base', 'merchant.Window', 'themeCache.ThemeCacheWarmUp'], models: ['Widget', 'WidgetSettings', 'Turnover', 'Batch', 'Customers', 'Visitors', 'Orders', 'News', 'Merchant', 'MerchantMail', 'ThemeCacheWarmUp'], stores: ['Widget', 'WidgetSettings', 'ThemeCacheWarmUp'] });