Webpack plugin that runs JSDoc on your bundles, version 0.3.0. Low activity; last release 2016. Generates documentation from webpack bundle files, optionally using JSDoc config or bundle sources. Minimal features: conf path, CWD, preserve temp file, recursive flag. Less maintained than alternatives like 'jsdoc-webpack-plugin' or 'webpack-jsdoc'. Not suitable for modern webpack 5+ without potential compatibility issues.
npm install jsdoc-webpack-pluginVerified import paths — ran on the pinned version, not inferred.
Webpack config adding jsdoc-webpack-plugin to generate JSDoc documentation from bundle files.
Use a maintained plugin like 'webpack-jsdoc' or 'jsdoc-webpack-plugin-v4'.
Pin jsdoc version to known compatible range or migrate to a maintained plugin.
Experiment with 'jsdoc.conf', 'jsdoc.conf.json', or absolute path.
Set preserveTmpFile: true during development, clean manually if needed.
Use correct require: const JsDocPlugin = require('jsdoc-webpack-plugin');Install jsdoc: npm install --save-dev jsdoc
Ensure plugin is instantiated correctly: new JsDocPlugin({ conf: '...' }) and webpack version <= 3.