vite-plugin-vue2
vite-plugin-vue2 copied to clipboard
Vite plugin for Vue 2.7
In `vue-cli` with `webpack`, there is an [`integrity`](https://cli.vuejs.org/config/#integrity) flag that can be used to add [Subresource Integrity](https://developer.mozilla.org/en-US/docs/Web/Security/Subresource_Integrity) hashes to generated `link rel="stylesheet">` and `` tags. Is there an equivalent with...
### Bug Fixes 热更新失效 ([#7](https://github.com/vitejs/vite-plugin-vue/issues/7)) fix(hmr): should reload if relies file changed after re-render ([#471](https://github.com/vitejs/vite-plugin-vue/pull/471)) Fix description: The bugs in vite-plugin-vue also occur in vite-plugin-vue2, and the same solution can...