У меня есть приложение 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
Есть идеи?Я не знаю, почему эта проблема удалась.Спасибо.