I use sencha extjs 6.0 and always compile all extjs code into a single file. What I need is that: 1 the need for extjs is compiled into a single file, I know which packages are needed, so it can be static and does not need to be changed. 2 then sencha cmd will compile my own javascript file into a single file, so I can upgrade it to the web server and let the client upload it smaller than the file size. Since extjs file size exceeds 600K with compression. Does anyone have an idea how to do this?
source
share