1.4.0 • Published 6 months ago
@ggascoigne/babel-config v1.4.0
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-configUsage
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/runtimecore-js
License
MIT