I use sencha extjs 6.0 ,and it always compile all extjs code to single one file .What I need is that : 1 the need extjs is compiled to one single file ,I know which packages ar
Go into .sencha/app/production.properties and add a new line:
.sencha/app/production.properties
enable.split.mode=true
Then compile, and you should get two files, one big framework.js and one smaller app.js.
framework.js
app.js