From 5db04280f037ec9db5d30e833869d910c67e8066 Mon Sep 17 00:00:00 2001 From: jonniebigodes Date: Wed, 21 Jun 2023 12:10:39 +0100 Subject: [PATCH] Merge pull request #23159 from jared-christensen/patch-2 Update web-components.mdx (cherry picked from commit 6050883261cba1c00e539bd81bdd49c0fd5f06b1) --- docs/essentials/auto-generated-controls/web-components.mdx | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/essentials/auto-generated-controls/web-components.mdx b/docs/essentials/auto-generated-controls/web-components.mdx index bad7429b1a7c..473b67f07b21 100644 --- a/docs/essentials/auto-generated-controls/web-components.mdx +++ b/docs/essentials/auto-generated-controls/web-components.mdx @@ -17,4 +17,4 @@ import customElements from '../custom-elements.json'; setCustomElementsManifest(customElements); ``` -You can generate a `custom-elements.json` using [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest). If you're using the pre-v1.0.0 version of `custom-elements.json` you can use either [web-component-analyzer](https://github.com/runem/web-component-analyzer) or [stenciljs](https://stenciljs.com/) (if you're using Stencil). +You can generate a `custom-elements.json` using [@custom-elements-manifest/analyzer](https://github.com/open-wc/custom-elements-manifest). If you're using the pre-v1.0.0 version of `custom-elements.json` you can use either [web-component-analyzer](https://github.com/runem/web-component-analyzer).