2.9.1 • Published 8 years ago

react-docgen-loader v2.9.1

Weekly downloads
5,122
License
-
Repository
github
Last release
8 years ago

react-docgen loader for webpack

This is a simplified version of the docgen-loader, thanks to @eisisig.

Usage

npm install react-docgen-loader --save-dev
var docs = require("!!react-docgen!./HappySandwichMaker.js");
// => returns HappySandwichMaker.js documentation object if HappySandwichMaker definition is found

NOTE: use double !! to disable loaders specified in the webpack.config.js file.

License

d MIT (http://www.opensource.org/licenses/mit-license.php)