Babel compiler core.. Use when: bundling and transpiling source code; development server with HMR; production builds. NOT for: runtime application logic; package management (use npm/yarn).
Install
npx skillscat add yusenthebot/skills-pack/babel-core Install via the SkillsCat registry.
SKILL.md
@babel/core
Overview
Babel compiler core.. A popular build tool package for Node.js with 461.5M monthly downloads.
Installation
npm install @babel/coreCore API / Usage
import babelcore from '@babel/core';
// See official documentation for complete API reference
// https://www.npmjs.com/package/@babel/coreCommon Patterns
Key Features
- 15 Dependencies
- 23799 Dependents
- 221 Versions
Configuration
See the official documentation for configuration options and advanced settings.
Tips & Gotchas
- Install TypeScript types separately:
npm i -D @types/babel__core. - Current version: 7.29.0. Check the changelog when upgrading across major versions.