1.2.5 • Published 5 months ago

@ggascoigne/babel-config v1.2.5

Weekly downloads
-
License
MIT
Repository
github
Last release
5 months ago

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

1.2.5

5 months ago

1.2.4

6 months ago

1.2.3

7 months ago

1.2.2

8 months ago

1.2.1

1 year ago

1.2.0

1 year ago

1.1.0

1 year ago

1.0.4

1 year ago