diff --git a/webpack/config/webpacker.yml b/webpack/config/webpacker.yml index ec9c4afff..b6acd6cc2 100644 --- a/webpack/config/webpacker.yml +++ b/webpack/config/webpacker.yml @@ -57,8 +57,8 @@ development: dev_server: https: false host: localhost - port: 3035 - public: localhost:3035 + port: 3036 + public: localhost:3036 hmr: false # Inline should be set to true if using HMR inline: true