Skip to content

Commit

Permalink
fix webpacker config
Browse files Browse the repository at this point in the history
  • Loading branch information
usernaimandrey committed Dec 29, 2022
1 parent 1233d98 commit 05fd38b
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions config/webpacker.yml
Original file line number Diff line number Diff line change
Expand Up @@ -26,9 +26,9 @@ development:
# Reference: https://webpack.js.org/configuration/dev-server/
dev_server:
https: false
host: 0.0.0.0
host: localhost
port: 3035
public: 0.0.0.0:3035
public: localhost:3035
hmr: false
# Inline should be set to true if using HMR
inline: true
Expand Down

0 comments on commit 05fd38b

Please sign in to comment.