Skip to content

Commit

Permalink
Disable hot module replacement server
Browse files Browse the repository at this point in the history
  • Loading branch information
msquee committed Feb 5, 2021
1 parent c02bcf4 commit 9e61d59
Showing 1 changed file with 3 additions and 4 deletions.
7 changes: 3 additions & 4 deletions apps/dashboard/config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -59,18 +59,17 @@ development:
public: localhost:3035
hmr: false
# Inline should be set to true if using HMR
inline: true
inline: false
overlay: true
compress: true
disable_host_check: true
use_local_ip: false
quiet: false
pretty: false
headers:
'Access-Control-Allow-Origin': '*'
"Access-Control-Allow-Origin": "*"
watch_options:
ignored: '**/node_modules/**'

ignored: "**/node_modules/**"

test:
<<: *default
Expand Down

0 comments on commit 9e61d59

Please sign in to comment.