1
0
Fork 0
mirror of https://github.com/rails/rails.git synced 2022-11-09 12:12:34 -05:00

Add link to Webpack/Webpacker PR

[ci skip]
This commit is contained in:
Jon Moss 2017-03-18 22:15:27 -04:00
parent cb12b2a075
commit 061927b4a8

View file

@ -41,6 +41,8 @@ Rails 5.1 app.
### Optional Webpack support
[Pull Request](https://github.com/rails/rails/pull/27288)
Rails apps can integrate with [Webpack](https://webpack.js.org/), a JavaScript
asset bundler, more easily using the new [Webpacker](https://github.com/rails/webpacker)
gem. Use the `--webpack` flag when generating new applications to enable Webpack