Notice override vs overrides typo, this should crash hard on the console. Blank white page with Ext 5.0.1

Code:



Ext.define("CZ.overrides.XTemplate", {

});


Code:



Ext.application({
name : 'CZ',
appFolder : 'js/CZ',

requires : [
'CZ.override.XTemplate'
],

launch : function () {
debugger;
}
});