Skip to content

Commit 484adf4

Browse files
authored
Merge pull request #1102 from jae-mon/master
📝: Update README.md [ci skip]
2 parents 4fed5c4 + a2d4963 commit 484adf4

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

README.md

+3
Original file line numberDiff line numberDiff line change
@@ -72,6 +72,9 @@ $ cd my-app
7272
gem 'webpacker'
7373
gem 'react-rails'
7474
```
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.
7578

7679
##### 3) Now run the installers:
7780

0 commit comments

Comments
 (0)