html-webpack-plugin
new HtmlWebpackPlugin({ title: 'React Title !', template: './template.html', minify:true, inject: 'body' }),
添加了 minify:true 参数后就会报错
minify:true
ERROR in TypeError: Cannot use 'in' operator to search for 'html5' in true
翻阅古今
相关分类