From f2820aec69a01716f41e9f69493f8aa9bc98d3c8 Mon Sep 17 00:00:00 2001 From: David Chmura Date: Tue, 6 Mar 2018 10:22:57 -0500 Subject: [PATCH] FIX: TEMPORARY downgrade webpack-dev-server to 2.11.1 https://github.com/rails/webpacker/issues/1303 --- recipes/use_webpacker.rb | 1 + 1 file changed, 1 insertion(+) diff --git a/recipes/use_webpacker.rb b/recipes/use_webpacker.rb index 5ed1262..1061660 100644 --- a/recipes/use_webpacker.rb +++ b/recipes/use_webpacker.rb @@ -117,6 +117,7 @@ run "mkdir app/webpacker/#{app_name}/images" run 'yarn add rails-ujs turbolinks jquery stimulus bourbon bootstrap babili popper.js -D webpack-cli -D' +run 'yarn upgrade webpack-dev-server@^2.11.1' # Add popper which is a dependencie of bootstrap. # I am not sure why I had to run this step manually # to get it to work, but maybe something with a name conflict.