mirror of
https://github.com/rails/rails.git
synced 2022-11-09 12:12:34 -05:00
Merge pull request #27471 from maclover7/jm-rm-spaces
Light CHANGELOG.md linting
This commit is contained in:
commit
57908d8a5e
2 changed files with 5 additions and 5 deletions
|
@ -4,7 +4,7 @@
|
|||
out the format from the header instead.
|
||||
|
||||
This allows devs to use `:as` on routes that don't have a format.
|
||||
|
||||
|
||||
Fixes #27144.
|
||||
|
||||
*Kasper Timm Hansen*
|
||||
|
|
|
@ -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.
|
||||
|
|
Loading…
Reference in a new issue