bundle-filelist-webpack-plugin

1.0.0 • Public • Published

a webpack plugin that outputs webpack bundle assets to a markdown file

Usage

  1. install
npm install bundle-fileList-webpack-plugin --save-dev
  1. 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'
    }),
    ...
  ],
  ...
}

/bundle-filelist-webpack-plugin/

    Package Sidebar

    Install

    npm i bundle-filelist-webpack-plugin

    Weekly Downloads

    0

    Version

    1.0.0

    License

    ISC

    Unpacked Size

    2.43 kB

    Total Files

    3

    Last publish

    Collaborators

    • pubdreamcc