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

是否可以照顾一下vite 2,3版本的用户? #34

Closed 123hyh closed 1 year ago

123hyh commented 1 year ago

目前我的项目中使用的是vite是 2.9的!请问作者是否有考虑兼容 低版本的vite ?

GreatAuk commented 1 year ago

有报错吗?没有使用什么新的 vite api, 应该是支持的。

123hyh commented 1 year ago

支持不了,你的生产依赖定死vite 4以上

123hyh commented 1 year ago

在这个packages/vite-plugin/package.json文件中你定义了

"peerDependencies": { "vite": ">4.0.0" },

GreatAuk commented 1 year ago

其实你忽略包管理器的 warning 也能用的,我周末更新下。