GreatAuk / plugin-web-update-notification

Detect webpage updates and notify user to reload. support Vite, Umijs, and Webpack.
MIT License
490 stars 42 forks source link

webpack这么配置完并没有logVersion啊!除了在vue.config.js中写了,还写了一个version.json文件,还需要写别的么 #40

Closed chengchengry closed 1 year ago

chengchengry commented 1 year ago

image

GreatAuk commented 1 year ago

logVersion 会在控制台输出,如果更新提示都生效了的话,这个应该没问题的

image
chengchengry commented 1 year ago

打版之后生效了logVersion出来了 但是并没有弹窗 是需要配置什么,还是我字段名写的不对呀

GreatAuk commented 1 year ago
  1. 打开项目页面
  2. 随机提交一个 git commit ,然后打包重新部署
  3. 重新回到刚才打开的页面,看有没有提示
chengchengry commented 1 year ago

就是重新部署之后才有log出来的版本号,但是并没有提示

GreatAuk commented 1 year ago

有提交过 git commit 吗?你可以看下远程的版本和本地版本是否不一样,不一样才会提示

image image