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