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.js:
module.exports = {
  presets: ['babel-preset-kyt-react'],
};

Options

(see documentation for Babel preset options)