只能命名为htmlWebpackPlugin 不能 命令为 HtmlWebpackPlugin 这是为啥
const htmlWebpackPlugin = require('html-webpack-plugin');
<%= htmlWebpackPlugin.options.title %>
我才能在html里读取到
const HtmlWebpackPlugin = require('html-webpack-plugin');
<%= HtmlWebpackPlugin.options.title %>
这样打包后就报错