KO
|
EN
gitlite — search
Search
#javascript
#python
#hacktoberfest
#react
#ai
#typescript
#llm
#go
#golang
#android
#machine-learning
#rust
#deep-learning
#linux
jsdoc-webpack-plugin
★ 17
Open GitHub ↗
JsDoc Webpack Plugin
Download README (.md)
Explore Similar Repositories
ihr-django
:
Internet Health Report API
VoiceConvert
:
iOS 录音文件格式转换类
HookDemo
:
a demo for android native hook
mqtt
:
Native Go MQTT Library
datuner
:
DATuner Repository
// repository documentation
Was this content helpful?
★ 0
(0 ratings)
Select Rating:
★
★
★
★
★
Submit Feedback
Recent Feedback
×
Download README
Do you want to download the
README.md
file for
jsdoc-webpack-plugin
?
Download (.md)
jsdoc-webpack-plugin ========================== WebPack plugin that runs [jsdoc](http://usejsdoc.org/) on your bundles # Usage In webpack.config.js: ```javascript var webpack = require('webpack'); var JsDocPlugin = require('jsdoc-webpack-plugin'); module.exports = { /// ... rest of config plugins: [ new JsDocPlugin({ conf: 'jsdoc.conf.js', cwd: '.', preserveTmpFile: false, recursive: false }) ] } ``` There are two ways how this plugin recognizes the files 1. It takes the information from the jsdoc config file "source.include" 2. If no "source.include" provided, it takes the original files from your bundles and creates a temporary file