Skip to content

Latest commit

 

History

History
 
 

babel-preset-kyt-react

Folders and files

NameName
Last commit message
Last commit date

parent directory

..
 
 
 
 
 
 
 
 

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)

CHANGELOG

0.3.0 - 10/19/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.2.0 - 03/23/17