extjs 6.0 sencha cmd to compile only my javascript code

前端 未结 1 606
有刺的猬
有刺的猬 2021-01-27 16:03

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

相关标签:
1条回答
  • 2021-01-27 16:44

    Go into .sencha/app/production.properties and add a new line:

    enable.split.mode=true
    

    Then compile, and you should get two files, one big framework.js and one smaller app.js.

    0 讨论(0)
提交回复
热议问题