You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Is there any reason why ARGV isn't passed to the command run in ./bin/webpack-dev-server, like the other two webpack binstubs?
In development, I often run the application on a separate machine, so need to pass the --host option. I can't set it in config/webpack/development.server.yml as that'll break things for my colleagues.
The text was updated successfully, but these errors were encountered:
Thanks, however in regards to my actual issue (not having the server running on localhost), this didn't work as Rails was still rendering the URL as localhost:8080. In the end I changed config/webpack/development.server.yml and told Git to ignore the changes with:
Is there any reason why ARGV isn't passed to the command run in
./bin/webpack-dev-server
, like the other two webpack binstubs?In development, I often run the application on a separate machine, so need to pass the
--host
option. I can't set it inconfig/webpack/development.server.yml
as that'll break things for my colleagues.The text was updated successfully, but these errors were encountered: