之所以出现这个问题, 不是因为没有安装 html-webpack-plugin , 而是因为html-webpack-include-assets-plugin的npm包改名了!!!
重新安装 cnpm i -D html-webpack-tags-plugin
然后webpack中改为
import HtmlWebpackIncludeAssetsPlugin from 'html-webpack-tags-plugin';
之所以出现这个问题, 不是因为没有安装 html-webpack-plugin , 而是因为html-webpack-include-assets-plugin的npm包改名了!!!
重新安装 cnpm i -D html-webpack-tags-plugin
然后webpack中改为
import HtmlWebpackIncludeAssetsPlugin from 'html-webpack-tags-plugin';