Package Exports
- @ggascoigne/babel-config
- @ggascoigne/babel-config/index.js
This package does not declare an exports field, so the exports above have been automatically detected and optimized by JSPM instead. If any package subpath is missing, it is recommended to post an issue to the original package (@ggascoigne/babel-config) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
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