Skip to content

Commit

Permalink
Disable HMR (for production+)
Browse files Browse the repository at this point in the history
  • Loading branch information
Raymonf committed Mar 1, 2020
1 parent e5c4121 commit 68bcb0d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@ development:
host: localhost
port: 3035
public: localhost:3035
hmr: true
hmr: false
# Inline should be set to true if using HMR
inline: true
overlay: true
Expand Down

0 comments on commit 68bcb0d

Please sign in to comment.