Skip to content

Commit f000f9a

Browse files
authored
Fix Switch from Webpacker (#66)
1 parent 7f5a45d commit f000f9a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

docs/switch_from_webpacker.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ If you would like to minimize the diff between Webpacker and jsbundling-rails:
6161

6262
```diff
6363
# Remove from your Gemfile
64-
- gem 'jsbundling-rails'
64+
- gem 'webpacker'
6565
```
6666

6767
3. Run `./bin/bundle install`

0 commit comments

Comments
 (0)