自動(dòng)生成html插件html-webpack-pluginnew HtmlWebpackPlugin({ title: 'React Title !',
template: './template.html',
minify:true,
inject: 'body'
}),添加了 minify:true 參數(shù)后就會(huì)報(bào)錯(cuò)ERROR in TypeError: Cannot use 'in' operator to search for 'html5' in true
webpack html-webpack-plugin minify:true
慕萊塢森
2018-08-06 10:09:15