@ggascoigne/babel-config

1.2.5 • Public • Published

DEPRECATED - Babel Config

My personal shareable babel configuration.

Why? - Alternatives to babel such as esbuild offer better performance for my projects.

Install

pnpm add -D @babel/cli @babel/core @ggascoigne/babel-config

Usage

babel.config.js

module.exports = {
  extends: ['@ggascoigne/babel-config'],
};

Extending

babel.config.js

module.exports = {
  extends: ['@ggascoigne/babel-config'],
  presets: ['@babel/preset-typescript'],
};

Under The Hood

index.js

  • @babel/plugin-transform-runtime
  • @babel/preset-env
  • @babel/runtime
  • core-js

License

MIT

Readme

Keywords

Package Sidebar

Install

npm i @ggascoigne/babel-config

Weekly Downloads

0

Version

1.2.5

License

MIT

Unpacked Size

3.89 kB

Total Files

5

Last publish

Collaborators

  • ggascoigne