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