File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -86,10 +86,10 @@ Vite 5 also introduces [server.warmup](/guide/performance.html#warm-up-frequentl
8686- [ SSR externalized modules value now matches production] ( /guide/migration#ssr-externalized-modules-value-now-matches-production )
8787- [ ` worker.plugins ` is now a function] ( /guide/migration#worker-plugins-is-now-a-function )
8888- [ Allow path containing ` . ` to fallback to index.html] ( /guide/migration#allow-path-containing-to-fallback-to-index-html )
89- - [ Align dev and preview HTML serving behavior] ( /guide/migration#align-dev-and-preview-html-serving-behaviour )
89+ - [ Align dev and preview HTML serving behavior] ( https://v5.vite.dev /guide/migration#align-dev-and-preview-html-serving-behaviour)
9090- [ Manifest files are now generated in ` .vite ` directory by default] ( /guide/migration#manifest-files-are-now-generated-in-vite-directory-by-default )
9191- [ CLI shortcuts require an additional ` Enter ` press] ( /guide/migration#cli-shortcuts-require-an-additional-enter-press )
92- - [ Update ` experimentalDecorators ` and ` useDefineForClassFields ` TypeScript behavior] ( /guide/migration#update-experimentaldecorators-and-usedefineforclassfields-typescript-behaviour )
92+ - [ Update ` experimentalDecorators ` and ` useDefineForClassFields ` TypeScript behavior] ( https://v5.vite.dev /guide/migration#update-experimentaldecorators-and-usedefineforclassfields-typescript-behaviour)
9393- [ Remove ` --https ` flag and ` https: true ` ] ( /guide/migration#remove-https-flag-and-https-true )
9494- [ Remove ` resolvePackageEntry ` and ` resolvePackageData ` APIs] ( /guide/migration#remove-resolvepackageentry-and-resolvepackagedata-apis )
9595- [ Removes previously deprecated APIs] ( /guide/migration#removed-deprecated-apis )
Original file line number Diff line number Diff line change @@ -106,7 +106,7 @@ vite optimize [root]
106106
107107プロダクションビルドをローカルでプレビューします。プロダクション用として設計されていないため、プロダクション用サーバーとして使用しないでください。
108108
109- このコマンドは、ビルドディレクトリー(デフォルトは ` dist ` )でサーバーを起動します。ビルドディレクトリーが最新であることを確認するために、事前に ` vite build ` を実行してください。プロジェクトで設定された [ ` appType ` ] ( /config/shared-options.html #apptype ) に応じて、特定のミドルウェアを使用します。
109+ このコマンドは、ビルドディレクトリー(デフォルトは ` dist ` )でサーバーを起動します。ビルドディレクトリーが最新であることを確認するために、事前に ` vite build ` を実行してください。プロジェクトで設定された [ ` appType ` ] ( /config/shared-options#apptype ) に応じて、特定のミドルウェアを使用します。
110110
111111#### 使い方
112112
You can’t perform that action at this time.
0 commit comments