Skip to content

Commit 40e6f93

Browse files
author
David Heinemeier Hansson
authored
Preference esbuild
Best setup out of the box
1 parent 4fa89d8 commit 40e6f93

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

README.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -19,9 +19,9 @@ You must already have node and yarn installed on your system. Then:
1919

2020
1. Add `jsbundling-rails` to your Gemfile with `gem 'jsbundling-rails'`
2121
2. Run `./bin/bundle install`
22-
3. Run `./bin/rails javascript:[rollup|esbuild|webpack]:install`
22+
3. Run `./bin/rails javascript:[esbuild|rollup|webpack]:install`
2323

24-
Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [rollup|esbuild|webpack]`.
24+
Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [esbuild|rollup|webpack]`.
2525

2626

2727
## License

0 commit comments

Comments
 (0)