使用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又可以正常加载了,这是怎么回事?