bundle-filelist-webpack-plugin
1.0.0 • Public • Published a webpack plugin that outputs webpack bundle assets to a markdown file
- install
npm install bundle-fileList-webpack-plugin --save-dev
- in your webpack config file
const BundlefileListWebpackPlugin = require('bundle-fileList-webpack-plugin');
// webpack config object
module.exports = {
...
plugins: [
...
new BundlefileListWebpackPlugin({
// 生成的 markdow 文件名称(带上.md 扩展名)
filename: 'myAssetsList.md'
}),
...
],
...
}
Package Sidebar
Install
npm i bundle-filelist-webpack-plugin
Weekly Downloads