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