-
Notifications
You must be signed in to change notification settings - Fork 6
vue-cli 的 index.html 中不能用字符串模板 #43
Copy link
Copy link
Closed
Labels
Description
需求描述
报错代码:Template execution failed: ReferenceError: name is not defined
方案调研
调研过程
Google 上面的报错代码,在 ERROR in Template execution failed: ReferenceError: htmlWebpackPlugin is not defined 这个 issue 中,给出了不算解决办法的解决办法:在 index.html 里面不要用字符串模板就没问题了。
入选方案
Reactions are currently unavailable