Skip to content
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 our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[SYNC] docs: unify project name (#4876) Co-authored-by: de_yi <de> #59

Closed
github-actions bot opened this issue Sep 9, 2021 · 0 comments · Fixed by #76
Closed

[SYNC] docs: unify project name (#4876) Co-authored-by: de_yi <de> #59

github-actions bot opened this issue Sep 9, 2021 · 0 comments · Fixed by #76
Labels

Comments

@github-actions
Copy link
Contributor

github-actions bot commented Sep 9, 2021

docs: unify project name (#4876)
Co-authored-by: de_yi (780ddcf)


+++ b/docs/config/index.md
@@ -487,7 +487,7 @@ const { createServer: createViteServer } = require('vite')
async function createServer() {
const app = express()
-  // Create vite server in middleware mode.
+  // Create Vite server in middleware mode.
const vite = await createViteServer({
server: { middlewareMode: 'ssr' }
})
@@ -704,7 +704,7 @@ createServer()
By default, Vite will crawl your index.html to detect dependencies that need to be pre-bundled. If build.rollupOptions.input is specified, Vite will crawl those entry points instead.
-  If neither of these fit your needs, you can specify custom entries using this option - the value should be a [fast-glob pattern](https://github.com/mrmlnc/fast-glob#basic-syntax) or array of patterns that are relative from vite project root. This will overwrite default entries inference.
+  If neither of these fit your needs, you can specify custom entries using this option - the value should be a [fast-glob pattern](https://github.com/mrmlnc/fast-glob#basic-syntax) or array of patterns that are relative from Vite project root. This will overwrite default entries inference.
### optimizeDeps.exclude
@github-actions github-actions bot added the sync label Sep 9, 2021
@Gumball12 Gumball12 mentioned this issue Sep 26, 2021
Gumball12 added a commit that referenced this issue Jan 6, 2022
Gumball12 added a commit that referenced this issue Feb 13, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

Successfully merging a pull request may close this issue.

0 participants