JSPM

  • Created
  • Published
  • Downloads 18
  • Score
    100M100P100Q65117F

These are my personal Babel presets. They aim for minimizing boilerplate for projects that need Babel.

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

License Sponsor babel-preset-jaid
Build status Commits since v17.0.0 Last commit Issues
Latest version on npm Dependents Downloads

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

babel-preset-jaid on npm

npm install --save-dev babel-preset-jaid@^17.0.0

babel-preset-jaid on Yarn

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)