vuejs / vue-loader

📦 Webpack loader for Vue.js components
MIT License
4.99k stars 914 forks source link

chore: refactor hash() #2062

Closed Jinjiang closed 8 months ago

Jinjiang commented 8 months ago

Replace hash-sum with the same algorithm that @vite/plugin-vue does for scoped id.

Note: there are 2 test cases failed which need a further look.

Thanks.