unplugin / unplugin-vue

✨ Transform Vue 3 SFC to JavaScript. Supports Vite, esbuild, Rollup, Webpack and more.
MIT License
175 stars 7 forks source link

Can this plugin 100% replace vue-loader? #162

Open Airkro opened 4 months ago

Airkro commented 4 months ago

For some reason, I am still using webpack yet.

Can this plugin 100% cover vue-loader 's features?

If it can not, what are the different features between them?

Thanks.

sxzz commented 4 months ago

HMR for webpack is not implemented.

niksy commented 3 months ago

Any blockers for HMR implementation?

sxzz commented 3 months ago

I am not familiar with the HMR API of Webpack/Rspack. PR welcome.