You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/switch_from_webpacker.md
+3-6Lines changed: 3 additions & 6 deletions
Original file line number
Diff line number
Diff line change
@@ -53,7 +53,7 @@ If you would like to minimize the diff between Webpacker and jsbundling-rails:
53
53
54
54
## 2. Remove Webpacker
55
55
56
-
1. Delete the following files, ensuring that you've migrated any customizations you've done in them:
56
+
1. Delete the following files, ensuring that you've migrated any customizations you've done in them:
57
57
58
58
-`./bin/webpack`
59
59
-`./bin/webpack-dev-server`
@@ -75,13 +75,10 @@ If you would like to minimize the diff between Webpacker and jsbundling-rails:
75
75
76
76
## 3. Install dependencies
77
77
78
-
Webpacker includes [many dependencies](https://github.com/rails/webpacker/blob/5-x-stable/package.json) by default while jsbundling-rails leaves it to you. If you're only handling JavaScript with no modifications you'll only need to install `webpack-cli`. Treat the rest of this section ala-carte.
78
+
Webpacker includes [many dependencies](https://github.com/rails/webpacker/blob/5-x-stable/package.json) by default while jsbundling-rails leaves it to you. If you're only handling JavaScript with no modifications you don't need to install additional packages. Treat the rest of this section ala-carte.
0 commit comments