Skip to content

Commit f2820ae

Browse files
committed
FIX: TEMPORARY downgrade webpack-dev-server to 2.11.1
rails/webpacker#1303
1 parent 121108b commit f2820ae

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

recipes/use_webpacker.rb

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -117,6 +117,7 @@
117117

118118
run "mkdir app/webpacker/#{app_name}/images"
119119
run 'yarn add rails-ujs turbolinks jquery stimulus bourbon bootstrap babili popper.js -D webpack-cli -D'
120+
run 'yarn upgrade webpack-dev-server@^2.11.1'
120121
# Add popper which is a dependencie of bootstrap.
121122
# I am not sure why I had to run this step manually
122123
# to get it to work, but maybe something with a name conflict.

0 commit comments

Comments
 (0)