为什么我下载的html-webpack-plugin在html模板中不能<%= htmlwebpackplugin.options.title="">打印,官网上貌似说是最新的插件,强制使用了一个引擎,没看懂,求大牛解答https://github.com/jantimon/html-webpack-plugin/blob/master/docs/template-option.md
"为什么我下载的html-webpack-plugin在html模板中不能<%= htmlwebpackplugin.options.title="">打印"
你这个写错了,后面没有那个等号,正确应该这样写: <%= htmlwebpackplugin.options.title %>