1.0.1 • Published 6 years ago

jsdoc-webpack-plugin-v4 v1.0.1

Weekly downloads
9
License
MIT
Repository
github
Last release
6 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'),
        })
    ]
}
1.0.1

6 years ago

1.0.0

6 years ago