when i use this command: `pnpm add 'https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main'` my package.json wrong: ` "dependencies": { "src?main": "https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main" }, `
when i use this command:
pnpm add 'https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main'my package.json wrong:
"dependencies": { "src?main": "https://gitpkg.now.sh/vuejs/vue/packages/compiler-sfc/src?main" },