From 8e26d12c33caf7dc99c49d4918e7b8abd8028f98 Mon Sep 17 00:00:00 2001 From: Denis Palashevskii <20725046+Renerick@users.noreply.github.com> Date: Thu, 4 Apr 2024 00:59:07 +0400 Subject: [PATCH] Add reference to unminified CDN distribution to the docs (#2460) fix #2457 --- www/content/docs.md | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/www/content/docs.md b/www/content/docs.md index 76ae221f..35eb63e7 100644 --- a/www/content/docs.md +++ b/www/content/docs.md @@ -117,6 +117,12 @@ and get going: ``` +Unminified version is also available + +```html + +``` + While the CDN approach is extremely simple, you may want to consider [not using CDNs in production](https://blog.wesleyac.com/posts/why-not-javascript-cdn). ### Download a copy