-
-
Notifications
You must be signed in to change notification settings - Fork 33
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
feat: default esm SSR build, simplified externalization #501
Conversation
✅ Deploy Preview for vitejs-docs-ja ready!
To edit notification comments on pull requests, go to your Netlify site settings. |
@@ -0,0 +1,7 @@ | |||
import { defineConfig } from 'vite' |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
viteのバージョンが本家と異なるためなのかは分かりませんが、defineConfig
内のオプション項目にssr
がなくエラー表示されています。
↓このあたりについて本家でやりとりされている箇所
vitejs/vite#8348 (comment)
反映する必要があるのか判断に迷ったのですが、
本家の/docs
は翻訳リポジトリのルートディレクトリなので対応範囲内なので、対応しました。
一応、yarn docs
実行してのビルドエラーはなく、ページ表示も問題ないことは確認しました。
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
1点修正お願いします:pray:
vite.config.ts についてはビルドエラーになっていないとのことなのでそのままでOKです(そのうちバージョンが上がれば直ると思うので)
Co-authored-by: Jun Shindo <[email protected]>
@jay-es |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
ありがとうございます!:pray:
resolve #466
vitejs/vite@f8c92d1 の反映です。
*本家の変更の
packages
の対応はしていません。