vuejs / vue-loader

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

chore: migrate to pnpm #2063

Closed Jinjiang closed 10 months ago

Jinjiang commented 10 months ago

... and

Airkro commented 7 months ago

Using pnpm 8.x, you should add this file:

# .npmrc
enable-pre-post-scripts = true

to make sure run pretest before test.

Or using pnpm 9.x

See: