From 5eca494d6cedd78ff4f1abf4cb72d373da3c58db Mon Sep 17 00:00:00 2001 From: Alberto Fernandez-Capel Date: Fri, 22 Sep 2023 13:15:47 +0100 Subject: [PATCH] Replace reference to Skypack with jsDelivr Skypack fails to compile packages that use private class fields, even though they are supported by all major browsers and node. Ref. https://github.com/skypackjs/skypack-cdn/issues/308 https://github.com/skypackjs/skypack-cdn/issues/222 https://github.com/skypackjs/skypack-cdn/issues/351 https://github.com/skypackjs/skypack-cdn/issues/354 --- _source/handbook/07_installing.md | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/_source/handbook/07_installing.md b/_source/handbook/07_installing.md index 21b5a02..c969c62 100644 --- a/_source/handbook/07_installing.md +++ b/_source/handbook/07_installing.md @@ -9,7 +9,15 @@ Turbo can either be referenced in compiled form via the Turbo distributable scri ## In Compiled Form -You can float on the latest release of Turbo using a CDN bundler like Skypack. See https://www.skypack.dev/view/@hotwired/turbo for more details. Or download the compiled packages from unpkg. +You can float on the latest release of Turbo using a CDN bundler like jsDelivr. Just include a ` + +``` + +Or download the compiled packages from unpkg. ## As An npm Package