4 of 6 standards met
Allow users to configure contenthash for chunk files via vue.config.js when building in library mode. Fixes #7476 What kind of change does this PR introduce? (check at least one) [ ] Bugfix [x] Feature [ ] Code style update [ ] Refactor [ ] Docs [ ] Underlying tools [ ] Other, please describe: Does this PR introduce a breaking change? (check one) [ ] Yes [x] No Other information:**
Repository: vuejs/vue-cli. Description: ๐ ๏ธ webpack-based tooling for Vue.js Development Stars: 29639, Forks: 6281. Primary language: JavaScript. Languages: JavaScript (75.1%), Vue (22.9%), TypeScript (0.9%), Stylus (0.5%), HTML (0.3%). License: MIT. Homepage: https://cli.vuejs.org/ Latest release: v5.0.9 (6mo ago). Open PRs: 100, open issues: 970. Last activity: 6mo ago. Community health: 62%. Top contributors: haoqunjiang, yyx990803, Akryum, LinusBorg, Alex-Sokolov, cexbrayat, jeneser, fangbinwei, elevatebart, jamesgeorge007 and others.
JavaScript
Last 12 weeks ยท 0 commits
What problem does this feature solve? Currently "packages/@vue/cli-shared-utils/lib/env.js" - checkPnpm() function throws error "Error: the project seems to require pnpm but it's not installed." if project contains "pnpm-lock.yaml" file while not installing pnpm in modules I think pnpm-lock.yaml file offers a choice rather than telling the project is "pnpm only". Many open-source projects(element-plus) have pnpm-lock.yaml files. but user may still choose npm as package manager. Anyway, this should be a warning instead of an error which prevent project serve. What does the proposed API look like? Change throwing error to warning
What kind of change does this PR introduce? (check at least one) [ ] Bugfix [ ] Feature [ ] Code style update [ ] Refactor [ ] Docs [ ] Underlying tools [ x ] Other, please describe: Update social media link Does this PR introduce a breaking change? (check one) [ ] Yes [ x ] No Other information:** Description Update social media link in HelloWorld template component from Twitter to X. Changes Update link from to Update display text from "Twitter" to "X (Twitter)" for backward compatibility Motivation Twitter has been rebranded to X, and the template should reflect this change. Type of Change [x] Maintenance update [ ] Bug fix [ ] New feature [ ] Documentation update
Version 3.0.0-beta.15 Reproduction link https://github.com/xrei/vuecli-bug Steps to reproduce Well.. it's not hard to reproduce but takes time. Run and develop for some hours :) What is expected? Stable working dev server What is actually happening? After some hours (~1-2) dev server will crash with an error:
Sometimes we need to force using an older version of a dependency, such as in the webpack-4 plugin. What kind of change does this PR introduce? (check at least one) [ ] Bugfix [x] Feature [ ] Code style update [ ] Refactor [ ] Docs [ ] Underlying tools [ ] Other, please describe: Does this PR introduce a breaking change? (check one) [ ] Yes [x] No Other information:**