We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 26e4cf8 commit a67ecc1Copy full SHA for a67ecc1
elasticsearch-rails/lib/rails/templates/01-basic.rb
@@ -338,6 +338,10 @@ def search
338
git tag: "basic"
339
git log: "--reverse --oneline"
340
341
+# ----- Install Webpacker -------------------------------------------------------------------------
342
+
343
+run 'rails webpacker:install'
344
345
# ----- Start the application ---------------------------------------------------------------------
346
347
unless ENV['RAILS_NO_SERVER_START']
0 commit comments