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

Vuexでproductionモードを使用可能にし、productionモードで起動する方法を案内 #2135

Conversation

Hiroshiba
Copy link
Member

内容

Vuexのstrictモードでコマンドが積み重なるとだんだん重くなってきます。
環境をビルド時に近づけられるよう、productionモードを検知できるようにしました。

ついでに起動する方法をREADMEで案内するようにしました。

その他

NODE_ENVとモードが別々にあるっぽみ。
https://ja.vitejs.dev/guide/env-and-mode#node-env-%E3%81%A8%E3%83%A2%E3%83%BC%E3%83%88%E3%82%99

これでビルド時、--mode production指定時両方でstrictじゃなくなります。
(今まではビルド時のみstrictじゃなくなってた)

@Hiroshiba Hiroshiba requested a review from a team as a code owner June 25, 2024 12:22
@Hiroshiba
Copy link
Member Author

たぶん問題ないと思うのでマージします!

@Hiroshiba Hiroshiba merged commit 0c99dd9 into VOICEVOX:main Jun 29, 2024
9 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

1 participant