aboutsummaryrefslogtreecommitdiffstats
path: root/railties
diff options
context:
space:
mode:
Diffstat (limited to 'railties')
-rw-r--r--railties/CHANGELOG.md8
1 files changed, 4 insertions, 4 deletions
diff --git a/railties/CHANGELOG.md b/railties/CHANGELOG.md
index 8a1a440fca..26660dd873 100644
--- a/railties/CHANGELOG.md
+++ b/railties/CHANGELOG.md
@@ -2,12 +2,12 @@
To generate a new app that has Webpack dependencies configured and binstubs for webpack and webpack-watcher:
- rails new myapp --webpack
+ `rails new myapp --webpack`
To generate a new app that has Webpack + React configured and an example intalled:
-
- rails new myapp --webpack=react
-
+
+ `rails new myapp --webpack=react`
+
*DHH*
* Add Yarn support in new apps with a yarn binstub and vendor/package.json. Skippable via --skip-yarn option.