Skip to content

Commit a2d4963

Browse files
authoredFeb 24, 2021
Update README.md
1 parent f8148d5 commit a2d4963

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)
Please sign in to comment.