webpack: fix hot reloading not working.

Upgrade to webpacker-6.0.0.beta.4 to fix a bug where bin/webpack-dev-server
didn't respect the host/port config options in config/webpacker.yml,
which made it listen on the wrong port, breaking hot reloading.
This commit is contained in:
evazion
2021-01-28 22:38:27 -06:00
parent 90cd3293eb
commit af84386d77
2 changed files with 4 additions and 4 deletions

View File

@@ -30,7 +30,7 @@ gem 'addressable'
gem 'rakismet'
gem 'recaptcha', require: "recaptcha/rails"
gem 'activemodel-serializers-xml'
gem 'webpacker', '>= 4.0.x'
gem 'webpacker', '= 6.0.0.beta.4'
gem 'rake'
gem 'redis'
gem 'builder'