【发布时间】:2019-07-11 15:06:24
【问题描述】:
我有一个 vue 应用程序,我安装了 firebase 工具并将应用程序上传到 firebase 托管,第一次全部完成,我制作了 npm run build 和 firebase deploy,但是当我意识到有任何变化时,然后再做 npm run serve或build 或firebase deploy 我有下一个错误:
Template execution failed: ReferenceError: features is not defined
ReferenceError: features is not defined
- index.html:4 eval
[.]/[html-webpack-plugin]/lib/loader.js!./public/index.html:4:10
- index.html:7 module.exports
[.]/[html-webpack-plugin]/lib/loader.js!./public/index.html:7:3
- index.js:284 Promise.resolve.then
[real]/[html-webpack-plugin]/index.js:284:18
- next_tick.js:188 process._tickCallback
internal/process/next_tick.js:188:7
有什么想法吗?我不知道为什么这个问题会成功。谢谢。
【问题讨论】:
标签: firebase vue.js webpack firebase-hosting