Uh oh!
There was an error while loading.Please reload this page.
- Notifications
You must be signed in to change notification settings - Fork6.3k
PermalinkChoose a base ref {{ refName }}default Choose a head ref {{ refName }}default
Comparing changes
Choose two branches to see what’s changed or to start a new pull request. If you need to, you can also orlearn more about diff comparisons.
Open a pull request
Create a new pull request by comparing changes across two branches. If you need to, you can also.Learn more about diff comparisons here.
base repository:vuejs/vue-cli
Failed to load repositories. Confirm that selected base ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
base:v5.0.6
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
...
head repository:vuejs/vue-cli
Failed to load repositories. Confirm that selected head ref is valid, then try again.
Loading
Uh oh!
There was an error while loading.Please reload this page.
compare:v5.0.7
Could not load branches
Nothing to show
Loading
Could not load tags
Nothing to show
{{ refName }}defaultLoading
- 6commits
- 29files changed
- 2contributors
Commits on Jul 4, 2022
fix: support
devServer.server
option, avoid deprecation warningCloses#7024Fixes#7118I choose to not merge the PR because I don't want add additional waysto configure https for dev server (`--http2` command line argument,`process.env.HTTPS`, etc.)In the current implementation, `spdy` can only be configured by setting`{ devServer: server: { type: 'spdy' } }`.This is a deliberate choice, because SPDY support in Node.js 15+ isbroken anyway. I don't want bother refactoring the old code toaccommodate this broken feature.
haoqunjiang committedJul 4, 2022 fix: allow disabling progress plugin via
devServer.client.progress
haoqunjiang committedJul 4, 2022
Commits on Jul 5, 2022
chore: upgrade to apollo-server-express 3.x (#7210)
haoqunjiang authoredJul 5, 2022 chore: update fallback chromedriver version
It is only served as a fallback version number when local Chrome versiondetection failed. Updating the version to the latest may reduceuser frustrations when such rare scenarios are encountered.Closes#7203
haoqunjiang committedJul 5, 2022 - haoqunjiang committed
Jul 5, 2022
Loading
This comparison is taking too long to generate.
Unfortunately it looks like we can’t render this comparison for you right now. It might be too big, or there might be something weird with your repository.
You can try running this command locally to see the comparison on your machine:git diff v5.0.6...v5.0.7
Uh oh!
There was an error while loading.Please reload this page.