From e40871e59577f3ca568670605b41c2c3241393e6 Mon Sep 17 00:00:00 2001 From: Abhay Nikam Date: Thu, 20 Jan 2022 21:12:23 +0530 Subject: [PATCH] Adds webpacker retired note to the webpacker guide [ci skip] --- guides/source/webpacker.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/guides/source/webpacker.md b/guides/source/webpacker.md index e341d25102..9e8483774d 100644 --- a/guides/source/webpacker.md +++ b/guides/source/webpacker.md @@ -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: