We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? # for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “#”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? # to your account
docker開発環境での、ホットリロード対応
ローカルで、フロントエンドを保存した時にホットリロードしてほしい。 nginxを導入してから、ホットリロードが使えなくなってかなり面倒。 ただ本番環境は、フロントエンドのビルドファイルをnginxに内包させているが、開発環境はそんなことないはずなのに、ホットリロードしない理由がよくわからない。
The text was updated successfully, but these errors were encountered:
kos0514
No branches or pull requests
概要
docker開発環境での、ホットリロード対応
目的
ローカルで、フロントエンドを保存した時にホットリロードしてほしい。
nginxを導入してから、ホットリロードが使えなくなってかなり面倒。
ただ本番環境は、フロントエンドのビルドファイルをnginxに内包させているが、開発環境はそんなことないはずなのに、ホットリロードしない理由がよくわからない。
タスク
The text was updated successfully, but these errors were encountered: