yusenthebot

@babel/core

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).

yusenthebot 0 Updated 3mo ago
GitHub

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/core

Core API / Usage

import babelcore from '@babel/core';

// See official documentation for complete API reference
// https://www.npmjs.com/package/@babel/core

Common 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.