From b45012c43532d88974d9b166b388f4be673b8f38 Mon Sep 17 00:00:00 2001 From: Alex Gleason Date: Mon, 6 Apr 2020 20:08:40 -0500 Subject: [PATCH] Use port 3036 to avoid conflicting with Mastodon dev server --- webpack/config/webpacker.yml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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