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

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

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: