CDN Resources for %40babel
Various ways to access %40babel via Content Delivery Networks
Package Installation
npm
npm install %40babel
yarn
yarn add %40babel
pnpm
pnpm add %40babel
CDN Links
jsDelivr
<script src="https://fastly.jsdelivr.net/npm/%40babel"></script>
Unpkg
<script src="https://unpkg.com/%40babel"></script>
jsDelivr ESM
<script type="module">
import %40babel from 'https://cdn.jsdelivr.net/npm/%40babel/+esm';
</script>
Skypack
<script type="module">
import %40babel from 'https://cdn.skypack.dev/%40babel';
</script>
CDN Provider Resources
Learn more about the CDN services used to deliver these packages