Hi,
Now I did the production version of my app and store load twice. I have on Application.js
but have error error.jpgCode:Ext.define('Ext.data.Store', { override :'Ext.data.Store', autoLoad: false });
if I write like this
nothing change. How can I set autoLoad: false for all application in production version?Code:Ext.override('Ext.data.Store', { autoLoad: false });
Thank you.