Adds webpacker retired note to the webpacker guide [ci skip]

This commit is contained in:
Abhay Nikam 2022-01-20 21:12:23 +05:30
parent 10ef5321c1
commit e40871e595
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: