Skip to content

Commit

Permalink
FIX: TEMPORARY downgrade webpack-dev-server to 2.11.1
Browse files Browse the repository at this point in the history
  • Loading branch information
dschmura committed Mar 6, 2018
1 parent 121108b commit f2820ae
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions recipes/use_webpacker.rb
Original file line number Diff line number Diff line change
Expand Up @@ -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.
Expand Down

0 comments on commit f2820ae

Please sign in to comment.