3.4.0 • Published 8 years ago

babel-preset-jongleberry v3.4.0

Weekly downloads
2
License
MIT
Repository
github
Last release
8 years ago

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-features - use just the presets needed for the current node environment
  • 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.