1.1.0 • Published 8 years ago
babel-preset-medopad-react v1.1.0
babel-preset-medopad-react
This is Medopad's Babel preset for React (with JSX).
Install
Shareable presets are designed to work with the presets feature of .babelrc files.
First, install the preset (with all of its dependencies):
npm install babel-preset-medopad babel-preset-medopad-react --save-devThen, add this to your .babelrc file:
{
"presets": ["medopad-react"]
}You can override settings from the shareable preset by adding them directly into your .babelrc file.
Develop
Test
npm testRelease
npm version [major|minor|patch] -m "v%s"