使用simple插件,pure編譯后,打開頁面報 Uncaught Error: Cannot find module `script/index`
在fis-conf.js文件中加上fis.config.set('modules.postpackager', 'simple');這句代碼后,用pure release編譯,打開頁面會報Uncaught Error: Cannot find module `script/index`;將fis.config.set('modules.postpackager', 'simple');注釋掉后,index.js又可以正常加載了,這是怎么回事?