Skip to content

Improve webpack-dev-server compatibility with non-localhost setups.

Mike Greiling requested to merge 27729-improve-webpack-dev-environment into master

What does this MR do?

Creates a webpack helper method which doesn't automatically prepend the host and port when the dev_server option is enabled. Since we proxy everything through rack middleware this is redundant and makes running the GDK on anything other than localhost difficult.

Are there points in the code the reviewer needs to double check?

This should be pretty straight forward.

Does this MR meet the acceptance criteria?

What are the relevant issue numbers?

Closes #27729 (closed)

Merge request reports