diff options
-rw-r--r-- | guides/source/5_1_release_notes.md | 2 |
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 |