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