babel-preset-kyt-react
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:
npm install babel-preset-kyt-react --save
- 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