We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fa1ed8a commit fc66837Copy full SHA for fc66837
README.md
@@ -24,9 +24,8 @@ If you want to use webpack features like [code splitting](https://webpack.js.org
24
25
You must already have node and yarn installed on your system. You will also need npx version 7.1.0 or later. Then:
26
27
-1. Add `jsbundling-rails` to your Gemfile with `gem 'jsbundling-rails'`
28
-2. Run `./bin/bundle install`
29
-3. Run `./bin/rails javascript:install:[esbuild|rollup|webpack]`
+1. Run `./bin/bundle add jsbundling-rails`
+2. Run `./bin/rails javascript:install:[esbuild|rollup|webpack]`
30
31
Or, in Rails 7+, you can preconfigure your new application to use a specific bundler with `rails new myapp -j [esbuild|rollup|webpack]`.
32
0 commit comments