Package Exports
- babel-preset-jaid
- babel-preset-jaid/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 (babel-preset-jaid) to support the "exports" field. If that is not possible, create a JSPM override to customize the exports field for this package.
Readme
babel-preset-jaid
These are my personal Babel presets. They aim for minimizing boilerplate for projects that need Babel.
Pure ESM library
ℹ️ 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.0
Development
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
License
MIT License
Copyright © 2022, Jaid <jaid.jsx@gmail.com> (https://github.com/jaid)