We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 4fed5c4 + a2d4963 commit 484adf4Copy full SHA for 484adf4
README.md
@@ -72,6 +72,9 @@ $ cd my-app
72
gem 'webpacker'
73
gem 'react-rails'
74
```
75
+Note: For Rails 6, You don't need to add `gem 'webpacker'` to your gemfile in step 2 above.
76
+Webpacker is the default javascript compiler for Rails 6, and is already added to your gemfile
77
+when you create a new app.
78
79
##### 3) Now run the installers:
80
0 commit comments