前端小尚
前端小尚
``` [DEBUG] 09:18:19.062 release style/aio.css >> /Users/chenhao/工程/钱庄网/test/style/aio_cc10410.css [DEBUG] 09:18:19.063 release sea-config.js >> /Users/chenhao/工程/钱庄网/test/sea-config_becfd9b.js [ERROR] unreleasable file [/Users/chenhao/工程/钱庄网/wap钱庄/app/views/includes/hdMeta.html] [DEBUG] 09:18:19.065 Error: unreleasable file [/Users/chenhao/工程/钱庄网/wap钱庄/app/views/includes/hdMeta.html] at Object.exports.error (/usr/local/lib/node_modules/fis3/lib/log.js:192:11) at Object.derive.getHashRelease (/usr/local/lib/node_modules/fis3/lib/file.js:488:15) at...
是`seajsconfig`的问题吗?`sea-config.js`是它生成出来的. 但是`error`是在`hdMeta.html`上诶. https://github.com/xjchenhao/fis-postpackager-seajs
``` //.match('::package', { // postpackager: fis.plugin('seajsconfig', { // keyStrFilter: ['.js', 'app/script/'], // domain: 'http://h5.test2.qian360.com' // }) //}) .match('::package', { postpackager: fis.plugin('loader',null,'append') }); ``` 注释了依然出错哦😌
@sgobin I have encountered this problem , would you solve it?
我是这么配置的 ``` allInOne: { css: 'pkg/${hash}_aio.css', js: 'pkg/${hash}_aio.js', ignore: 'require.js', sourceMap: false } ```