aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJon Moss <me@jonathanmoss.me>2017-03-18 22:15:27 -0400
committerJon Moss <me@jonathanmoss.me>2017-03-18 22:15:27 -0400
commit061927b4a84770c71f26e706e8720e56eed32b58 (patch)
treeb34d33313083d391cc2beefe64111ee958fe1ae2
parentcb12b2a075956cac23da86648028b45e8ee30f69 (diff)
downloadrails-061927b4a84770c71f26e706e8720e56eed32b58.tar.gz
rails-061927b4a84770c71f26e706e8720e56eed32b58.tar.bz2
rails-061927b4a84770c71f26e706e8720e56eed32b58.zip
Add link to Webpack/Webpacker PR
[ci skip]
-rw-r--r--guides/source/5_1_release_notes.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/guides/source/5_1_release_notes.md b/guides/source/5_1_release_notes.md
index 1b6eb76e32..d072c67108 100644
--- a/guides/source/5_1_release_notes.md
+++ b/guides/source/5_1_release_notes.md
@@ -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