Skip to content
This repository has been archived by the owner on Apr 19, 2020. It is now read-only.

jongleberry/babel-preset-jongleberry

Repository files navigation

babel-preset-jongleberry

NPM version Build status Test coverage Dependency Status License Downloads

Personal babel presets.

Usage:

{
  // choose one of the following:
  "presets": [
    "jongleberry",
    "jongleberry/node",
    "jongleberry/react",
    "jongleberry/isomorphic"
  ]
}

These presets use the following plugins, wherever appropriate:

  • babel-preset-es2015 - for browsers
  • babel-preset-stage-1
  • babel-plugin-syntax-flow, babel-plugin-typecheck (non-production only), babel-plugin-transform-flow-strip-types - for flow type support
  • babel-plugin-transform-runtime - avoid global polyfills
  • babel-plugin-lodash - minimize lodash builds in your FE builds
  • babel-react-optimize - minimize and optimize react builds in production

Contributions

I would love to add more! Create an issue or PR with recommendations.

About

Jongleberry's babel presets

Resources

License

Stars

Watchers

Forks

Packages

No packages published