2.0.2 • Published 7 years ago

jsdoc-webpack-plugin-v2 v2.0.2

Weekly downloads
68
License
MIT
Repository
github
Last release
7 years ago

jsdoc-webpack-plugin-v2

WebPack plugin that runs jsdoc on your bundles

Install

npm i jsdoc-webpack-plugin-v2 --save

Usage

In webpack.config.js:

var webpack = require('webpack');
var JsDocPlugin = require('jsdoc-webpack-plugin-v2');

module.exports = {
    /// ... rest of config
    plugins: [
        new JsDocPlugin({
            conf: path.join(__dirname, 'jsdoc.json'),
        })
    ]
}
2.0.2

7 years ago

2.0.1

7 years ago

0.0.1

7 years ago