These are my personal Babel presets. They aim for minimizing boilerplate for projects that need Babel.
ℹ️ This package has only ESM exports. You should import
it from MJS files or read more here.
npm install --save-dev babel-preset-jaid@^17.0.0
yarn add --dev babel-preset-jaid@^17.0.0
Development hints for maintaining and improving babel-preset-jaid
Setting up:
git clone git@github.com:jaid/babel-preset-jaid.git
cd babel-preset-jaid
npm install
Testing:
npm run test:dev
Testing in production environment:
npm run test
MIT License
Copyright © 2022, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)