4.0.0 • Published 6 years ago

babel-preset-zapier v4.0.0

Weekly downloads
17
License
-
Repository
github
Last release
6 years ago

🏯 babel-preset-zapier

A babel preset for Zapier. Heavily inspired by babel-preset-airbnb.

Features

  • Uses babel-preset-env
  • Defaults to a sane list of browser versions (based on https://github.com/zapier/browserslist-config-zapier).
  • ES modules by default Coming soon.
  • Handles extra configuration for testing with Jest for you.
  • Supports dynamic import() statements, object rest-spread and class properties.
  • Removes PropTypes definitions in production.
  • Compiles GraphQL tagged template strings in production.

Note that babel-preset-zapier currently does not support babel versions lower than v7.