UNPKG

@jefreesujit/generator-react-basic

Version:

Yeoman generator to setup a basic stand-alone React app with Babel and Webpack

13 lines 226 B
{ "presets": ["es2015", "react"], "plugins": [ "transform-decorators-legacy", "transform-class-properties", "transform-object-rest-spread" ], "env": { "test": { "plugins": ["istanbul"] } } }