vuejs / vue-loader

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

chore: refactor hash() #2062

Closed Jinjiang closed 10 months ago

Jinjiang commented 10 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.