有一种方法可以在 app.json 中指定,我在其中包含 js 文件,而不是缩小 1 个 js 文件,例如
"js": [
{
"path": "sdk/sencha-touch.js"
},
{
"path": "sdk/myjs.js",
"compress": false
},
...
"compress": false -- ofc doesn work , there is something to specify not to compress or minify that js file ?
谢谢你的帮助!