Conversation
|
✅ Deploy Preview for astro-preview ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
✅ Deploy Preview for astro-stencil ready!
To edit notification comments on pull requests, go to your Netlify site configuration. |
| @@ -1,5 +1,5 @@ | |||
| { | |||
| "$schema": "https://unpkg.com/@changesets/config@1.6.3/schema.json", | |||
There was a problem hiding this comment.
The changeset command still works as expected. However VS code is mad about the URL. I tried clearing the VS code casche and restarting. Any other ideas?
| src="https://unpkg.com/@rocketmark/figma-testing-library/dist/figma-testing-library/figma-testing-library.esm.js" | ||
| src="https://cdn.jsdelivr.net/npm/@rocketmark/figma-testing-library/dist/figma-testing-library/figma-testing-library.esm.js" | ||
| ></script> | ||
| </head> |
| type="module" | ||
| src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| ></script> |
| rel="stylesheet" | ||
| href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | ||
| href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | ||
| /> |
| rel="stylesheet" | ||
| href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | ||
| href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | ||
| /> |
| type="module" | ||
| src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| ></script> |
| type="module" | ||
| src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| ></script> |
| type="module" | ||
| src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| ></script> |
| rel="stylesheet" | ||
| href="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | ||
| href="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.css" | ||
| /> |
| type="module" | ||
| src="https://unpkg.com/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| src="https://cdn.jsdelivr.net/npm/@astrouxds/astro-web-components/dist/astro-web-components/astro-web-components.esm.js" | ||
| ></script> |









Brief Description
unpkghas been unreliable. This PR switches this repo tojsdelivrJIRA Link
https://rocketcom.atlassian.net/browse/AP-400?linkSource=email
Related Issue
This is the second PR for this change. The first was done to change the customer facing instructions.
#1378
General Notes
unpkgMotivation and Context
We want to be consistent and only rely on one package for ease of maintenance and reliability.
Issues and Limitations
Types of changes
Checklist