Movatterモバイル変換


[0]ホーム

URL:


Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Sign up
Appearance settings

Update jest doc URL#7380

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to ourterms of service andprivacy statement. We’ll occasionally send you account related emails.

Already on GitHub?Sign in to your account

Open
scottyzen wants to merge50 commits intovuejs:master
base:master
Choose a base branch
Loading
fromscottyzen:update-jest-url
Open
Changes from1 commit
Commits
Show all changes
50 commits
Select commitHold shift + click to select a range
7111fcf
chore: add `scss` to LoaderOptions interface (#7039)
hiblackerMar 14, 2022
4c679ec
fix(cli-service): devServer proxy should be optional (#7044)
ntnyqMar 14, 2022
37ef809
fix: lock node-ipc version
haoqunjiangMar 15, 2022
a859b1f
v5.0.2
haoqunjiangMar 15, 2022
b0d9316
fix(typo): should lock version
haoqunjiangMar 15, 2022
dd53f26
v5.0.3
haoqunjiangMar 15, 2022
75826d6
fix: replace `node-ipc` with `@achrinza/node-ipc` to further secure t…
haoqunjiangMar 22, 2022
c5cfefb
Better handling of `publicPath: 'auto'` (#7005)
AndreiSorokaMar 22, 2022
ca97fc2
v5.0.4
haoqunjiangMar 22, 2022
9c74b30
docs: update changelog
haoqunjiangMar 22, 2022
a3ccc3d
docs: add 4.5.17 changelog
haoqunjiangMar 23, 2022
dded73a
fix: windows vue.config.mjs support (#7023)
xiaoxiangmoeMar 31, 2022
6035629
chore: remove redundant yorkie dependency in typescript plugin
haoqunjiangApr 6, 2022
940e436
fix: update `@achrinza/node-ipc` to support non-LTS Node.js versions
haoqunjiangApr 6, 2022
ce97e62
fix: add XMLSerializer to the global scope (#7101)
maerteijnApr 13, 2022
00fd2b6
chore: update the @achrinza/node-ipc to support Node.js 18
haoqunjiangJun 14, 2022
1452cd3
feat: update cypress to 9.x
haoqunjiangJun 14, 2022
d5bb358
chore: update lockfile
haoqunjiangJun 14, 2022
b2b07a5
chore: run yarn-audit-fix
haoqunjiangJun 15, 2022
697bb44
fix: should correctly resolve cypress bin path for Cypress 10
haoqunjiangJun 15, 2022
619965b
docs: fix 404 links
haoqunjiangJun 15, 2022
27dba1a
fix: eliminate calling deprecated function in cli-plugin-e2e-cypress …
blzsaaJun 16, 2022
64446e0
feat(upgrade): prevent changing the structure of package.json file du…
blzsaaJun 16, 2022
98c66c9
v5.0.5
haoqunjiangJun 16, 2022
a648958
fix: compatibility with Vue 2.7
haoqunjiangJun 16, 2022
fcf27e3
fixup! fix: compatibility with Vue 2.7
haoqunjiangJun 16, 2022
6b163f2
chore: fix lint errors
haoqunjiangJun 16, 2022
ef08a08
v5.0.6
haoqunjiangJun 16, 2022
bddd64d
fix: optimize the judgment on whether HTTPS has been set in options (…
backrunnerJul 4, 2022
558dea2
fix: support `devServer.server` option, avoid deprecation warning
haoqunjiangJul 4, 2022
beffe8a
fix: allow disabling progress plugin via `devServer.client.progress`
haoqunjiangJul 4, 2022
23fa20f
chore: upgrade to apollo-server-express 3.x (#7210)
haoqunjiangJul 5, 2022
6f9b6ec
chore: update fallback chromedriver version
haoqunjiangJul 5, 2022
4a0655f
v5.0.7
haoqunjiangJul 5, 2022
a5a893e
chore: update changelog
haoqunjiangJul 5, 2022
07052c4
fix: Vue CLI UI graphql subscription server error
haoqunjiangJul 7, 2022
0260e4d
fix: add devServer.server.type to useHttps judgement (#7222)
backrunnerJul 7, 2022
4e024b7
ci: bump appveyor node version
haoqunjiangJul 7, 2022
b154dbd
v5.0.8
haoqunjiangJul 7, 2022
bc1c0bc
chore: update readme [ci skip]
yyx990803Aug 17, 2022
95ad425
docs: bump vitepress
yyx990803Aug 17, 2022
7c0134e
docs: add recommendation for create-vue in docs
yyx990803Aug 17, 2022
248f770
docs: simplify message wording + message on landing page
yyx990803Aug 17, 2022
e636817
docs: revert vitepress version
yyx990803Aug 17, 2022
ea4c98a
fix: pnpm v7 install error (#7265)
lvqqSep 4, 2022
f0f254e
chore(deps): bump loader-utils from 1.4.0 to 1.4.1 (#7324)
dependabot[bot]Nov 9, 2022
bf84dc0
Update Link to Jest command line options.
scottyzenApr 24, 2023
32fa46b
Update URL
scottyzenApr 24, 2023
a108432
Update URL
scottyzenApr 24, 2023
b94ac2a
Update URL
scottyzenApr 24, 2023
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
PrevPrevious commit
NextNext commit
fix: add devServer.server.type to useHttps judgement (#7222)
  • Loading branch information
@backrunner
backrunner authoredJul 7, 2022
commit0260e4dacd89b6edf63bef07fd80d3b6108f72b5
3 changes: 2 additions & 1 deletionpackages/@vue/cli-service/lib/commands/serve.js
View file
Open in desktop
Original file line numberDiff line numberDiff line change
Expand Up@@ -108,7 +108,8 @@ module.exports = (api, options) => {
const modesUseHttps = ['https', 'http2']
const serversUseHttps = ['https', 'spdy']
const optionsUseHttps = modesUseHttps.some(modeName => !!projectDevServerOptions[modeName]) ||
(typeof projectDevServerOptions.server === 'string' && serversUseHttps.includes(projectDevServerOptions.server))
(typeof projectDevServerOptions.server === 'string' && serversUseHttps.includes(projectDevServerOptions.server)) ||
(typeof projectDevServerOptions.server === 'object' && projectDevServerOptions.server !== null && serversUseHttps.includes(projectDevServerOptions.server.type))
const useHttps = args.https || optionsUseHttps || defaults.https
const protocol = useHttps ? 'https' : 'http'
const host = args.host || process.env.HOST || projectDevServerOptions.host || defaults.host
Expand Down

[8]ページ先頭

©2009-2025 Movatter.jp