Added a link to a visual guide to Webpacker in the Webpacker documentation (#9665)

This commit is contained in:
Nick Taylor 2020-08-07 10:25:36 -04:00 committed by GitHub
parent fb2bcc076c
commit a5ee17ade9
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -39,3 +39,6 @@ loading split chunks multiple times.
For more information in regards to `javascript_packs_with_chunks_tag`, see
https://github.com/rails/webpacker/blob/master/lib/webpacker/helper.rb
Aside from the Webpacker repository, see also Ross Kaffenberger's
[visual guide to Webpacker](https://rossta.net/blog/visual-guide-to-webpacker.html).