Merge pull request #44214 from abhaynikam/add-webpacker-deprecation-note

Adds webpacker retired note to the webpacker guide [ci skip]
This commit is contained in:
Rafael Mendonça França 2022-01-20 11:58:18 -05:00 committed by GitHub
commit 70aafe079c
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 1 deletions

View File

@ -1,7 +1,7 @@
Webpacker
=========
This guide will show you how to install and use Webpacker to package JavaScript, CSS, and other assets for the client-side of your Rails application.
This guide will show you how to install and use Webpacker to package JavaScript, CSS, and other assets for the client-side of your Rails application but please note [Webpacker has been retired](https://github.com/rails/webpacker#webpacker-has-been-retired-).
After reading this guide, you will know: