# 需求描述 报错代码:`Template execution failed: ReferenceError: name is not defined` # 方案调研 ## 调研过程 Google 上面的报错代码,在 [ERROR in Template execution failed: ReferenceError: htmlWebpackPlugin is not defined](https://github.com/jantimon/html-webpack-plugin/issues/323) 这个 issue 中,给出了不算解决办法的解决办法:在 index.html 里面不要用字符串模板就没问题了。 ## 入选方案 - [ERROR in Template execution failed: ReferenceError: htmlWebpackPlugin is not defined](https://github.com/jantimon/html-webpack-plugin/issues/323)
需求描述
报错代码:
Template execution failed: ReferenceError: name is not defined方案调研
调研过程
Google 上面的报错代码,在 ERROR in Template execution failed: ReferenceError: htmlWebpackPlugin is not defined 这个 issue 中,给出了不算解决办法的解决办法:在 index.html 里面不要用字符串模板就没问题了。
入选方案