a html res plugin use with f2egame for webpack.
$ npm install f2egame-html-res --save-dev
var f2egameHTML = require('f2egame-html-res');
//in your webpack plugins array
module.exports = {
plugins: [
new f2egameHTML({
// product?: ['web', 'client', '4366', 'mobile']
product: ''
})
]
}
最好是放在生产环境执行编译,因为防劫持代码会吞掉error报错。
默认prodct
值为web
,会在head
标签前插入_PageStartTime
,并加入业务防劫持代码。