Huge News!Announcing our $40M Series B led by Abstract Ventures.Learn More
Socket
Sign inDemoInstall
Socket

babel-preset-kyt-react

Package Overview
Dependencies
Maintainers
3
Versions
258
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

babel-preset-kyt-react

An opinionated babel preset for react apps, best used with kyt.

  • 0.3.0-alpha.3
  • Source
  • npm
  • Socket score

Version published
Weekly downloads
6.6K
increased by29.67%
Maintainers
3
Weekly downloads
 
Created
Source

babel-preset-kyt-react

npm This is a babel preset meant for React projects built with kyt.

See the included presets and plugins here (Note: this preset includes babel-preset-kyt-core)

To use in your project:

  1. npm install babel-preset-kyt-react --save
  2. In your .babelrc:
  {
    presets: [
      "babel-preset-kyt-react"
    ]
  }

Options

(see documentation for Babel preset options)

  • coreOptions (Object) - options object to pass through to babel-preset-kyt-core; default {}

CHANGELOG

0.3.0-alpha.3 - 09/19/17

  • Adds KYT_ENV_TYPE=test support for test runs. You can pass a test override option into envOptions. See more in the kyt-core 0.3.0 changelog.

0.3.0-alpha.2 - 09/18/17

  • Fixes bugs introduced in the 0.3.0-alpha.1 babel-preset-kyt-core release. For more.

0.3.0-alpha.1 - 09/17/17

  • Updates babel-preset-kyt-core to 0.3.0 to take advantage of babel-preset-env. babel-preset-kyt-react passes down options to extend preset-env, so you can read more about the envOptions option in the kyt-core 0.3.0 changelog.

0.2.0 - 03/23/17

Keywords

FAQs

Package last updated on 19 Sep 2017

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

  • Package Alerts
  • Integrations
  • Docs
  • Pricing
  • FAQ
  • Roadmap
  • Changelog

Packages

npm

Stay in touch

Get open source security insights delivered straight into your inbox.


  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc